rfc:mysqli_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
rfc:mysqli_default_errmode [2021/02/10 23:23] – Added voting dharmanrfc:mysqli_default_errmode [2021/06/11 11:52] (current) – Implemented dharman
Line 3: Line 3:
   * Date: 2021-01-20   * Date: 2021-01-20
   * Author: Kamil Tekiela, dharman@php.net   * Author: Kamil Tekiela, dharman@php.net
-  * Status: Voting+  * Status: Implemented (PHP 8.1)
   * Implementation: https://github.com/php/php-src/pull/6629   * Implementation: https://github.com/php/php-src/pull/6629
-  * First Published at: http://wiki.php.net/rfc/mysqli_default_errmode 
  
  
Line 137: Line 136:
 Voting started 2021-02-11 and closes 2021-02-28. Voting started 2021-02-11 and closes 2021-02-28.
  
-<doodle title="Change Default mysqli Error Mode" auth="dharman" voteType="single" closed="false">+<doodle title="Change Default mysqli Error Mode" auth="dharman" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 146: Line 145:
  
 Existing test cases will not be amended as this would be too much work. Instead, the silent mode will be enabled explicitly in connect.inc. Existing test cases will not be amended as this would be too much work. Instead, the silent mode will be enabled explicitly in connect.inc.
 +
  
 ===== Implementation ===== ===== Implementation =====
-After the project is implemented, this section should contain  +[[https://github.com/php/php-src/pull/6629|PR here]]
-  the version(s) it was merged into +
-  - a link to the git commit(s) +
-  - a link to the PHP manual entry for the feature +
-  - a link to the language specification section (if any)+
  
 ===== References ===== ===== References =====
-Links to external referencesdiscussions or RFCs+RFC discussion: https://externals.io/message/112947https://externals.io/message/113134
  
 ===== Rejected Features ===== ===== Rejected Features =====
 A suggestion was made to move to warning mode first and then to exception mode. This suggestion was rejected as it provides no tangible benefits.  A suggestion was made to move to warning mode first and then to exception mode. This suggestion was rejected as it provides no tangible benefits. 
rfc/mysqli_default_errmode.1612999403.txt.gz · Last modified: 2021/02/10 23:23 by dharman