rfc:pdo_default_errmode

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:pdo_default_errmode [2020/04/13 12:35] – Open voting allenjbrfc:pdo_default_errmode [2020/04/27 13:23] – Close voting allenjb
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: Voting+  * Status: Accepted
   * 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 46: Line 44:
 This vote requires a 2/3 majority. 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="false">+<doodle title="Change the default PDO error handling mode to PDO::ERRMODE_EXCEPTION?" auth="allenjb" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 52: Line 50:
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
-Not provided.+PR: https://github.com/php/php-src/pull/5388
  
 ===== Implementation ===== ===== Implementation =====
rfc/pdo_default_errmode.txt · Last modified: 2020/05/05 14:13 by nikic