This page gives an overview of the current RFCs for PHP.
To create a new RFC, see How To Create an RFC.
Note: An RFC is effectively “owned” by the person that created it. If you want to make changes, get permission from the creator. If no agreement can be found, the only course of action is to create a competing RFC. In this case the old RFC page should be modified to become an intermediate page that points to all the competing RFC's.
A new page in this RFC namespace will automatically be loaded with an RFC template. Customize as needed.
This section is for RFCs that have been announced on the PHP “internals” mail list.
ArrayIterator::seekKey() and ArrayIterator::prev() (Created: 2016-11-21)This section is for early drafts of RFCs that have NOT been announced on the PHP “internals” mail list.
Order in these sections: Language changes first, library changes later.
list() (Created 2016-04-07)pcntl_signal handler (Created 2016-06-14)int, float, string, bool, true, false and null in class names or namespaces. (Created 2015-02-18)<=> (Created 2014-02-12, revived 2015-01-19)zend_parse_parameters fail if a float value out of bounds, or NaN, is passed where an integer is expected. (Created 2014-09-22)Closure class to allow calling bound to an object without pre-bindingempty(getArray()) etc.Note: Many RFCs in this list have been mass voted.
readonly specifier to make properties writeable within a class, but only readable from outside (Created 2014-10-24)This section is for RFCs that have been deferred, obsoleted, or appear to have been abandoned. Sorry if your RFC is added here and you feel it is still active; please move it back to the appropriate section.
-W option to turn on maximum error reporting, and a -Q option for no error reporting. (Created 2011/07/05)use syntax. (Created 2011/04/06)