RFCs
Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC
process as well as viewing a full list of RFCs please visit the
RFC section.
Current PHP zval datatype implementation uses long datatype to handle signed integer and int datatype to handle string length. The most 64 bit capable platforms...
Accept this RFC for PHP6 (or whatever next major is called)
Merge strategy
after the vote, master
17 Votes (30%)
Current PHP zval datatype implementation uses long datatype to handle signed integer and int datatype to handle string length. The most 64 bit capable platforms...
Merge this RFC into PHP-5.6 having regard to Vote 2 and 3
Keep the old macro names for LONG vs. INT, STRLEN vs. STRSIZE, etc.
Keep zpp specs l, L, s, p as aliases to i, I, S, P