A home for my unfinished RFCs while they are not proposed on wiki.php.net/rfc.
Suggestions and pull requests with RFC improvements are encouraged
Waiting for PHP 7.1 season
PHP currently has around 64 globally reserved words that not infrequently clash with legit alternatives to userland API declarations. This RFC proposes a solution for that by adding a context sensitive lexer with support for semi-reserved words.
This RFC aims to improve current PHP namespace implementation by introducing the concept of Group Use Declarations.
This RFC proposes to conditionally add a strict argument count check for function calls on PHP7, being sensitive towards implementations already depending on the variable-length argument lists API.
If you have an idea for an RFC that could benefit community but have no clue how to do it all by yourself, please open an issue describing your proposal and, maybe, after some discussion, I could create the RFC. Keep in mind that:
- You will have to be really convincing. RFCs are hardwork, don't expect me to spend time and resources if you can't prove your idea is really useful, do a research first.
- I may not accept all the RFC suggestions but I can help you navigate the proccess or seek for orientation in case you decide to write your first RFC.
This work is licensed under a Creative Commons 3.0 Unported License.