From: Mike N. <mh...@us...> - 2003-03-13 16:57:12
|
On Thu, 2003-03-13 at 08:06, Matthew McNaney wrote: > This was posted on sourceforge forums. Anyone have any experience with it? > > http://www.php-accelerator.co.uk/ Matt, I hope I'm wrong, but this extension apparently requires access to php.ini to install. extension_dir directive is PHP_INI_SYSTEM http://www.php-accelerator.co.uk/releases/1.3.2/INSTALL 1. Add the following line to your php.ini file, e.g. near the extensions section. Set the correct path to where you installed the accelerator library. /usr/local/lib is a typical directory to use. ; PHP Accelerator extension zend_extension="/path/to/php_accelerator_1.3.2.so" -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |