[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ3/4 - Zend Optimizer
- Subject: Re: [cobalt-users] RAQ3/4 - Zend Optimizer
- From: Kim Schulz <kim@xxxxxxxxx>
- Date: Wed Nov 6 09:01:01 2002
- Organization: sslug
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 06 Nov 2002 16:25:37 +0100
Jake COLE <jcole@xxxxxxxxxxx> wrote:
> I haven't tried the Zend Optimizer ... but you could try
> php_accelerator. I am very happy with the boost it gives, and it is
> dead easy to install.
>
> http://www.php-accelerator.co.uk/
I am trying to install this on a RaQ3 with php4.1.2 but it doensn't seem
to work. I used the version for php 4.1.0 (theres not one for 4.1.2).
When I try to dump the global vars I get NULL as output and phpinfo
doesnt say that it is loaded.
what I have done:
untared the dir, moved it to
/usr/local/lib/php/extentions/php_accelerator/
added
zend_extention=/usr/local/lib/php/extentions/php_accelerator/php_accele
rator_1.3.3r1.so
to my php.ini file.
restarted httpd
any ideas ?