rfc:error_handler_callback_parameters_passed_by_reference

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:error_handler_callback_parameters_passed_by_reference [2015/02/13 20:26] – move rfc to voting status thbleyrfc:error_handler_callback_parameters_passed_by_reference [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== PHP RFC: Allow error_handler callback parameters to be passed by reference ====== ====== PHP RFC: Allow error_handler callback parameters to be passed by reference ======
   * Version: 0.2   * Version: 0.2
-  * Date: 2015-02-13 (voting)+  * Date: 2015-02-28
   * Authors: Reeze Xia <reeze@php.net>, Thomas Bley <mails@thomasbley.de>   * Authors: Reeze Xia <reeze@php.net>, Thomas Bley <mails@thomasbley.de>
-  * Status: Voting+  * Status: Declined
   * First Published at: http://wiki.php.net/rfc/error_handler_callback_parameters_passed_by_reference   * First Published at: http://wiki.php.net/rfc/error_handler_callback_parameters_passed_by_reference
  
Line 292: Line 292:
 ===== Vote ===== ===== Vote =====
  
-This RFC requires a 50%+1 majority. Voting started on 2015-02-13 and will end on 2015-02-27.+This RFC requires a 50%+1 majority, meaning the first two choices count as Yes, the third choice counts as No. Voting started on 2015-02-13 and will end on 2015-02-27.
  
-<doodle title="Allow error_handler callback parameters to be passed by reference" auth="thbley" voteType="single" closed="false"> +<doodle title="Allow error_handler callback parameters to be passed by reference" auth="thbley" voteType="single" closed="true"> 
-   * Allow $errstr parameter been passed by reference+   * Allow $errstr parameter to be passed by reference
    * Allow $errno, $errstr, $errfile, $fileno parameter to be passed by reference    * Allow $errno, $errstr, $errfile, $fileno parameter to be passed by reference
    * No, Allow none of the parameter be a reference parameter    * No, Allow none of the parameter be a reference parameter
Line 304: Line 304:
 Currently implemented on https://github.com/php/php-src/pull/1018\\  Currently implemented on https://github.com/php/php-src/pull/1018\\ 
 PR is against master and includes the first four callback parameters to be passed by reference. PR is against master and includes the first four callback parameters to be passed by reference.
 +The PR will be updated to correspond vote if any one of the accepted.
  
 I've used to build on Ubuntu 14.04: I've used to build on Ubuntu 14.04:
rfc/error_handler_callback_parameters_passed_by_reference.1423859183.txt.gz · Last modified: 2017/09/22 13:28 (external edit)