Posted by joseph on July 1, 2010 ·
Recently I upgraded to PHP 5.3.2 on my testing server. But soon I got some warning message from some Joomla‘s new themes like JV Eoty. It worked well in PHP 5.2.x, but the moment I did this I started getting numerous warnings. The one that appeared the most was:
Posted by joseph on September 11, 2009 ·
This is a short description on how to install a robust LAMP web service environment. Here we will not choose Apache, but Lighttpd instead.
Firstly, let’s make two directories, one for source code compiling, and the other one is the installation path.
Posted by joseph on September 11, 2009 ·
PHP is glue. It is the glue used to build cool web applications by sticking dozens of 3rd-party libraries together and making it all appear as one coherent entity through an intuitive and easy to learn language interface. The flexibility and power of PHP relies on the stability and robustness of the [...]
Posted by joseph on September 8, 2009 ·
This is a quick guide for installing eAccelerator in a PHP environment. eAccelerator is well-known PHP memory management plug-in, it’s used to optimize execution of PHP codes.
Posted by joseph on November 6, 2007 ·
As the original version is no longer available at rightbrainnetworks.com, let me forward it here, it worths a careful read especially for LAMP administrators.
PHP is simultaneously the most infuriating and joyful languages I’ve ever worked with. I say “infuriating” primarily because the function [...]