From 46f3048180306c8785523237a1f5be3321aac9e3 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 8 Jan 2013 23:01:50 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index c46561c..bdad24f 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -144,6 +144,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [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. * [On PHP 5.3, Lamda Functions and Closures](http://fabien.potencier.org/article/17/on-php-5-3-lambda-functions-and-closures) - An article about lambda functions and closures. +* [Use Env](http://seancoates.com/blogs/use-env) - An article about using the unix environment helper. * [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. * [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs. * [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) - An article about string internals.