rfc:size_t_and_int64_next

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:size_t_and_int64_next [2014/05/13 20:49] abrfc:size_t_and_int64_next [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 4: Line 4:
   * Date: 2014-05-06   * Date: 2014-05-06
   * Authors: Anatol Belski <ab@php.net>, Matt Ficken <mattficken@php.net>, Stephen A. Zarkos <szarkos@php.net>   * Authors: Anatol Belski <ab@php.net>, Matt Ficken <mattficken@php.net>, Stephen A. Zarkos <szarkos@php.net>
-  * Status: Under Discussion+  * Status: Accepted
   * First published at: https://wiki.php.net/rfc/size_t_and_int64   * First published at: https://wiki.php.net/rfc/size_t_and_int64
  
Line 214: Line 214:
  php_int_t i0;  php_int_t i0;
  
- if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "i"), &i0) == FAILURE) {+ if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "i", &i0) == FAILURE) {
  return;  return;
  }  }
Line 289: Line 289:
  
  
-<doodle title="Accept this RFC for PHP6 (or whatever next major is called)" auth="user" voteType="single" closed="false">+<doodle title="Accept this RFC for PHP6 (or whatever next major is called)" auth="user" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
 </doodle> </doodle>
 \\ \\
-<doodle title="Merge strategy" auth="user" voteType="multi" closed="false">+<doodle title="Merge strategy" auth="user" voteType="multi" closed="true">
    * after the vote, master    * after the vote, master
    * phpng    * phpng
 </doodle> </doodle>
 \\ \\
-The RFC is considered accepted with 50%+1 acceptance.+The RFC is considered approved with 50%+1 acceptance.
 \\ \\
-The vote starts on May 13th 2014 and ends on May 20th 2014.+The vote starts on May 13th 2014 and ends <del>on May 20th 2014</del> **due to the issues with the mailing lists, the vote period is extended till May 26th 2014**.
  
  
rfc/size_t_and_int64_next.1400014147.txt.gz · Last modified: 2017/09/22 13:28 (external edit)