From aecbe00e730950a5ba34fcd2cd03008c683e25cb Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 13 Dec 2013 19:01:43 -0700 Subject: [PATCH] Add PHP RFCs page. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a7202d..ebb10a4 100644 --- a/README.md +++ b/README.md @@ -598,6 +598,7 @@ Various resources, such as books, websites and articles, for improving your PHP ## PHP Internals Reading *Reading materials related to the PHP internals or performance.* +* [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments). * [Print vs Echo, Which One is Faster?](http://fabien.potencier.org/article/8/print-vs-echo-which-one-is-faster) - An article about print and echo performance. * [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/article/48/the-php-ternary-operator-fast-or-not) - An article ternary performance. * [Disproving the Single Quotes Myth](http://nikic.github.com/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings.