Tags: php
12/03/09
Why echo is slow in PHP and how to make it really fast
You may have noticed that PHP scripts that echo a lot of content appear to be running with poor performance... Well, the operative word here is "appear". It is a common misconception that "echo is the slowest PHP command"! The problem is actually… more »
06/27/09
Just ordered my Mac Pro 2009
I finally ordered the Mac Pro that will kick the last "standing" PC out of this place :D I feel lighter already :))This is going to be my main/development machine. The PC I had for this since 2006 is actually still good from a hardware standpoint... th… more »
06/22/07
About the PHP 5 migration chicken & egg issue
It's been 3 years since PHP 5 has been released. Yet PHP 4 still rules on the vast majority of web hosting platforms.
This is annoying for PHP open source developers who cannot leverage the potential of PHP 5 as long as they need to support PHP 4. Thi… more »

