php

Installing Apache2 and PHP5 using mod_fcgid

Posted on Fri, 08/31/2007 - 10:24 in

All this time I used to use Apache with prefork method (apache2-mpm-prefork) combined with PHP5 module (libapache2-mod-php5). Until the day my web server choking out of resources because lots of users accessing. Apache with PHP module consumes a lot of memory because each request is handled by one process.

NuSphere PHPEd 4 is out

Posted on Fri, 09/30/2005 - 22:07 in

NuSphere PHPEd 4.0 is out. I’ve downloaded the demo version. It got some cool stuff such as:

Namespace in PHP 6

Posted on Wed, 08/10/2005 - 16:10 in
From PHP Internal List, there has been a discussion about the next major release: PHP 6. The biggest changes will be made are Unicode and Namespaces. I just hope that it will come soon since namespace will be very great to be in PHP.