07-03-2009, 12:47 AM
|
#28 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Location: California
Posts: 82
Thanks: 0
|
I find it scary that http://code.google.com/speed/article...izing-php.html doesn't even bother to mention variable optimization with PHP Garbage Collection, which is a huge waste of cpu ticks, especially in frameworks (especially MVC) - due to the fact that all objects are considered passed by reference as of PHP5.
sigh.
well, at least the newer php devs will find something important :o
|
|
|
|