eAccelerator

Latest version at http://www.eaccelerator.net/

Installing:

cd ~

wget http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2

tar jxvf eaccelerator-0.9.5.3.tar.bz2

cd eaccelerator-0.9.5.3.tar.bz2

phpize

./configure –enable-eaccelerator=shared –with-eaccelerator-content-caching –with-php-config=/usr/bin/php-config

make

make install

mkdir /tmp/eaccelerator

chgrp -R apache /tmp/eaccelerator

chmod -R g+w,o-rwx /tmp/eaccelerator

cp ~/eaccelerator-0.9.5.3/eaccelerator.ini /etc/php.d

#change ini file#

Upgrade:

Same until – mkdir

Check if installed properly:

php -v

Response:

PHP 5.2.6 (cli) (built: May  5 2008 10:32:59)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by eAccelerator

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.