Installing IonCube loader with Zend Optimizer – cPanel
This is a common request we get for Ioncube to be installed. It’s generally not an issue, but when you factor in other optimization plugins like Zend and eAccelerator, a common misconception is that the three don’t get along. It’s very easy to install Ioncube into a PHP installation that already has Zend and eAccelerator. This tutorial is specific to cPanel, assuming that you are using php 5.2.x with Zend 3.x.x. If you need help installing eAccelerator, you can see […]
Read MoreeAccelerator 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