eAccelerator on PHP 5
Here is what I did to get eAccelerator 0.9.5 running on PHP 5 on my V-Dedicated server. I did the exact steps when I had PHP 4 running the only difference was that with PHP 4 I used the 0.9.4 install of eAccelerator instead of 0.9.5. Everything was done via SSH access. 1. cd /usr/local/src/ 2. wget http://bart.eaccelerator.net/source/0.9.5/eaccelerator-0.9.5.tar.bz2 3. bunzip eaccelerator-0.9.5.tar.bz2 3. tar -xvf eaccelerator-0.9.5.tar 4. cd eaccelerator-0.9.5 5. Run the following command inside that directory /usr/local/bin/phpize. You should get […]
Read More