View Single Post
Old 07-03-2009, 12:47 AM   #28 (permalink)
dschreck
The Contributor
 
dschreck's Avatar
 
Join Date: Nov 2007
Location: California
Posts: 82
Thanks: 0
dschreck is on a distinguished road
Default

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
__________________
Where I Ramble: http://www.iwilldomybest.com/
What I do: Zynga Game Network
Senior Software Engineer at CityVille
dschreck is offline  
Reply With Quote