PHP's LDAP API already allows all the common directory modification operations while abstracting away some of the protocol details. However, some directory serv...
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...
When it comes to web development, most people wouldn't doubt PHP's best friend is Apache HTTPD Server. Having said that, developers who experienced any of web ...
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...
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...
The sole purpose of this proposal is to extend PHP's syntax to support binary notation for integers just as it already does for decimal, octal, and hexadecimal ...
During execution PHP often access different HashTables to get functions, constants, methods and properties by name. In case we save the result of lookup associa...
Efforts were made to go beyond the scope of the original Closures proposal (closures) in order to allow the extension of objects dynamically, take the following...
The file upload feature in PHP allows extensions to be called back on some events. A few extensions use this to implement some sort of upload progress feedback,...
This idea came about at Facebook while investigating ways to optimize Zend Engine calls to ap_block/unblock_alarms running under Apache 1.x. After some research...
In some cases it is necessary that you have to pass function parameters as an array.
Especially when you work with nested arrays the php array function tends to...
This RFC focuses on removing old and long time deprecated features from the next version of PHP. Patches for each of these features will be made for the feature...