rfc:pdo_default_errmode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rfc:pdo_default_errmode [2020/03/28 18:50] – created allenjbrfc:pdo_default_errmode [2020/05/05 14:13] (current) nikic
Line 3: Line 3:
   * Date: 2020-03-28   * Date: 2020-03-28
   * Author: AllenJB, php.lists@allenjb.me.uk   * Author: AllenJB, php.lists@allenjb.me.uk
-  * Status: Under Discussion+  * Status: Implemented
   * First Published at: http://wiki.php.net/rfc/pdo_default_errmode   * First Published at: http://wiki.php.net/rfc/pdo_default_errmode
  
Line 24: Line 24:
 ===== RFC Impact ===== ===== RFC Impact =====
 ==== To SAPIs ==== ==== To SAPIs ====
-This RFC has no impact on SAPIs, extensions or Opcache.+No changes to SAPIs.
  
 ==== To Existing Extensions ==== ==== To Existing Extensions ====
-Will existing extensions be affected?+Existing extensions should not be affected (it is assumed any PDO extensions can already cope with error mode being set to exceptions).
  
 ==== To Opcache ==== ==== To Opcache ====
-It is necessary to develop RFC's with opcache in mind, since opcache is a core extension distributed with PHP. +No changes.
- +
-Please explain how you have verified your RFC's compatibility with opcache.+
  
 ==== New Constants ==== ==== New Constants ====
Line 38: Line 36:
  
 ===== Open Issues ===== ===== Open Issues =====
-(Pending discussion)+None.
  
 ===== Proposed Voting Choices ===== ===== Proposed Voting Choices =====
-Change the default PDO error handling mode to PDO::ERRMODE_EXCEPTION? Yes No+ 
 +Voting starts 2020-04-13 and ends 2020-04-27 
 + 
 +This vote requires a 2/3 majority. 
 + 
 +<doodle title="Change the default PDO error handling mode to PDO::ERRMODE_EXCEPTION?" auth="allenjb" voteType="single" closed="true"> 
 +   Yes 
 +   No 
 +</doodle>
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
-Not provided.+PR: https://github.com/php/php-src/pull/5388
  
 ===== Implementation ===== ===== Implementation =====
Line 51: Line 57:
 ===== References ===== ===== References =====
   * Initial internals discussion: https://externals.io/message/109015   * Initial internals discussion: https://externals.io/message/109015
 +  * RFC discussion thread: https://externals.io/message/109398
  
 ===== Rejected Features ===== ===== Rejected Features =====
-(Pending discussion)+None.
rfc/pdo_default_errmode.1585421445.txt.gz · Last modified: 2020/03/28 18:50 by allenjb