rfc:debugging_pdo_prepared_statement_emulation_v2

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:debugging_pdo_prepared_statement_emulation_v2 [2016/12/01 17:37] – "Sent" instead of "Parsed," change target release adambaratzrfc:debugging_pdo_prepared_statement_emulation_v2 [2018/03/01 23:27] (current) – RFC was implemented in PHP 7.2 carusogabriel
Line 1: Line 1:
 ====== PHP RFC: Debugging PDO Prepared Statement Emulation v2 ====== ====== PHP RFC: Debugging PDO Prepared Statement Emulation v2 ======
-  * Version: 0.2+  * Version: 0.3
   * Date: 2016-11-17   * Date: 2016-11-17
   * Author: Adam Baratz adambaratz@php.net   * Author: Adam Baratz adambaratz@php.net
-  * Status: In Discussion+  * Status: Implemented (in PHP 7.2)
   * First Published at: https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation_v2   * First Published at: https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation_v2
  
Line 57: Line 57:
  
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
-  * The "v1" implementation would be removed from 7.2, which hasn't been released yet. +Next PHP 7.x.
-  * The "v2" implementation would be added for the next 7.1.x. It would be better to let people use this sooner rather than later. Since the method signature hasn't changed and this is a debug tool shouldn't be in production code, it shouldn't cause , it shouldn't affect production code+
  
 ===== Proposed Voting Choices ===== ===== Proposed Voting Choices =====
-This project requires a 50%+1 majority.+This project requires a 50%+1 majority. Voting opened on December 7th. It will end on 16 December 2016 at 0:00 UTC. 
 + 
 +<doodle title="Debugging PDO Prepared Statement Emulation v2" auth="adambaratz" voteType="single" closed="true"> 
 +   * Yes 
 +   * No 
 +</doodle>
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
Line 68: Line 72:
 ===== References ===== ===== References =====
 Discussion on the internals mailing list: http://marc.info/?l=php-internals&m=148034706404511&w=2 Discussion on the internals mailing list: http://marc.info/?l=php-internals&m=148034706404511&w=2
 +
 +===== Implementation =====
 +This feature was implemented in PHP 7.2 ([[https://github.com/php/php-src/commit/d58231dda300b015260ea8fb17c28f8eebf1ec51|d58231dda300b015260ea8fb17c28f8eebf1ec51]]).
rfc/debugging_pdo_prepared_statement_emulation_v2.1480613850.txt.gz · Last modified: 2017/09/22 13:28 (external edit)