2005-01-19 08:18:56 +01:00
|
|
|
*****************************************************************************
|
|
|
|
|
2005-11-20 21:36:12 +01:00
|
|
|
You have installed the eaccelerator package.
|
2005-01-19 08:18:56 +01:00
|
|
|
|
2005-11-23 10:27:03 +01:00
|
|
|
Edit %%LOCALBASE%%/etc/php.ini and add:
|
2005-01-19 08:18:56 +01:00
|
|
|
|
2005-11-23 10:27:03 +01:00
|
|
|
zend_extension="%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/eaccelerator.so"
|
2005-01-19 08:18:56 +01:00
|
|
|
|
2005-11-23 10:27:03 +01:00
|
|
|
Then create the cache directory:
|
2005-01-19 08:18:56 +01:00
|
|
|
|
2005-11-23 10:27:03 +01:00
|
|
|
mkdir /tmp/eaccelerator
|
|
|
|
chown www /tmp/eaccelerator
|
|
|
|
chmod 0700 /tmp/eaccelerator
|
2005-01-19 08:18:56 +01:00
|
|
|
|
2005-11-23 10:27:03 +01:00
|
|
|
*****************************************************************************
|