PHP_How_To.pdf
Everything has limitations or disadvantages and PHP is no exception. The following are the limitations of PHP (so be WARNED !!)
1. PHP is NOT 100 % pure Object Oriented scripting language. PHP is good if your PHP code size does not exceed 3,00,000 lines. Maintainence of PHP code greater than 1,00,000 lines becomes more difficult.
2. PHP will NOT give the performance of “C” or “C++” language. Because it is scripting language and is interpreted it will be a bit slower than the optimized “C++” programs. For top performance, you should use “C++” and fast-CGI with database/webserver connection pooling and use C++ compiler optimizer “-O3″ options. Zend optimizer in PHP 4 will speed up the performance of PHP to certain extent.
On the other hand, PHP has lot of advantages and it’s advantages outweigh it’s limitations :
Read more and Download →







