From 7559ce71f2e1c5cfe5fd3eecc61e035b20e64f22 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 8 Jan 2013 16:21:36 +0000 Subject: [PATCH] --- awesome-php.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index a00fd2e..94c2999 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -136,4 +136,11 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [WebSec IO](http://websec.io/) - A web security community resource. * [Web Advent](http://webadvent.org) - An advent calendar for web developers. * [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona. -* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara. \ No newline at end of file +* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara. + +# Reading + +* [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation. +* [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs. +* [Disproving the Single Quotes Myth](http://nikic.github.com/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about single quotes vs double quotes. +* [When Does Foreach Copy?](http://nikic.github.com/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - An article about the internals of foreach. \ No newline at end of file