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.
With the introduction of HTTP/2 support in libcurl, PHP 7.0 now has some support for HTTP/2 requests, but it does not yet support one of the (potentially) most ...
This RFC adds a new operator for combined comparison. Similar to strcmp() or version_compare() in behavior, but it can be used on all generic PHP values with th...
Accept the Combined Comparison (Spaceship) Operator RFC and merge patch into master?
Due to the desire to maintain compatibility with PHP, alternative runtimes such as HHVM set the PHP_VERSION constant to something like 5.6.0-hhvm (utilizing the...