delphij's Chaos

选择chaos这个词是因为~~实在很难找到一个更合适的词来形容这儿了……

12 Mar 2005

eAccelerator

A GPL’ed (say, it’s not OpenSource, but the source code is available publicly) PHP accelerator has been evaluated at lab, which is called eAccelerator. I should adjust my claim that this sort of application is not useful.

During my test, the accelerator has improved the TPS by about 50%, and is quite impressive.

In order to install this on FreeBSd, you should have installed PHP from ports, and go to www/eaccelerator and ``make install’'.

After the installation, add the following text into /usr/local/etc/php.ini:

[eaccelerator]zend_extension="/usr/local/lib/php/20020429/eaccelerator.so"

Please note that adding extension=“eaccelerator.so” will render a non-usable php installation :-)