Home » Community » People » felipe »
felipe

felipe

Contributor Directory

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.

phpdbg

Author
Target
5.6
phpdbg is a gdb-like PHP debugger. Implemented as a SAPI module, it is intended to be installed alongside CLI and other SAPI modules.

Distribute phpdbg with PHP5.6+

Yes
No
Yes
40 Votes (100%)
No
0 Votes (0%)

Instance and method call/property access

Author
Target
5.4
The purpose of RFC is to presents the support for instantiating a class and calling its methods and accessing its properties on same command. We could use one o...

Function Array Dereferencing (FAD)

Author
Target
5.4
This RFC proposes the implementation of array dereferencing of method/function return.

Indirect method call by array variable

Author
Target
5.4
Reading our bug tracker I noticed a good feature request (http://bugs.php.net/bug.php?id=47160) from 2009 which points to an interesting feature that I think ma...

Improved parser error message

Author
Target
5.4
The purpose of this RFC is to propose a naming of our tokens to have an crypto-less parser error messages. This is simply achieved by using an old Bison feature...