Web Hosting Talk







View Full Version : Zend Optimizer doesn't register in PHP


quark122
01-25-2003, 09:47 AM
Hi,

I tried installing Zend Optimizer 2.1.0 for my php 4.3.0 install the other day. Everything seemed to go ok, except it couldn't find apachectl. I stopped & restarted the webserver, and have even rebooted the box... but when I go to one of my phpinfo screens, it still reports zend optimizer 1.3.0

I've checked, and the php.ini is updated, the library exists in /usr/Zend/lib

There doesn't seem to be anything changed in the httpd config files [but it did ask about where they were]...

Any suggestions?

--Will

kaz
01-26-2003, 12:07 AM
double check if your zend optimizer 2.1.0 is compatible for php4.3.0

quark122
01-27-2003, 03:52 PM
No specific info on that on their website.

--Will