When will easyapache be updated to eAccelerator 0.9.6?
When will easyapache be updated to eAccelerator 0.9.6?
Well, it's easy to install eAccelerator manually. Download the tar, extract it and install it using the following steps:
Now, edit the file /usr/local/lib/php.ini file OR you can find your php.ini using the command:cd /to/eAccelerator/directory
phpize
./configure
make
make install
now, search for the line:php -i | grep php.ini
and the following below it:extension_dir = /usr/local/lib/php/extensions/no-debug-non-zts-20060613
Now, create an eaccelerator directory and give write permissions to itzend_extension="/usr/local/lib/php/extensions/no-debug-non-zts-20060613/eaccelerator.so"
eaccelerator.shm_size="16"
eaccelerator.cache_dir="/tmp/eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="1"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
restart the httpd servicemkdir /tmp/eaccelerator
chmod 777 /tmp/eaccelerator
service httpd stop
service httpd start
Why wait for easyapache?![]()
The update for eAccelerator 0.9.6 was pushed out Monday, February 8, 2010, as per the official change log for EasyApache: cPanel Change Log - EasyApache Build Tree
cPResources: Submit a Support Request - Submit a Bug Report - Review existing Tickets-- Donald cPanelDon Holl - Analyst, cPanel Quality Assurance