rfc:mysqli_default_errmode

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
rfc:mysqli_default_errmode [2021/01/20 22:15] – created dharmanrfc:mysqli_default_errmode [2021/01/20 23:00] – Added PR dharman
Line 1: Line 1:
 ====== PHP RFC: Change Default mysqli Error Mode ====== ====== PHP RFC: Change Default mysqli Error Mode ======
-  * Version: 0.9+  * Version: 1.0
   * Date: 2021-01-20   * Date: 2021-01-20
   * Author: Kamil Tekiela, dharman@php.net   * Author: Kamil Tekiela, dharman@php.net
-  * Status: Draft (or Under Discussion or Accepted or Declined)+  * Status: Under Discussion
   * First Published at: http://wiki.php.net/rfc/mysqli_default_errmode   * First Published at: http://wiki.php.net/rfc/mysqli_default_errmode
  
Line 63: Line 63:
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
-Links to any external patches and tests go here.+The change is trivial and here is the related GH PR: https://github.com/php/php-src/pull/6629
  
-If there is no patch, make it clear who will create a patch, or whether a volunteer to help with implementation is needed. +Existing test cases will not be amended as the workload is too muchInstead, the silent mode will be enabled explicitly in connect.inc.
- +
-Make it clear if the patch is intended to be the final patch, or is just a prototype. +
- +
-For changes affecting the core languageyou should also provide a patch for the language specification.+
  
 ===== Implementation ===== ===== Implementation =====
rfc/mysqli_default_errmode.txt · Last modified: 2021/06/11 11:52 by dharman