Problem in installing Zend Optimizer 3.0.0 with php 4.3.10 in Solaris 10
Hi,
I am trying to install the Zend Optimizer 3.0.0 with php 4.3.10 and installation is successful. But the problem is when I executed the phpinfo.php from browser (Apache 2 web server is restarted), no entry came in the output for Optimizer.
I also tried to get this working by Zend Optimizer 2.6.2 and 2.5.7. I faced the same problem. I am using Zend compiled php scripts.
Also , I made some changes in php.ini and restarted Web server, some of then got reflected but some not.
Reflected changes:
1. output_buffering becomes on.
2. session.save_path was reflected.
3. extension_dir was reflected.
No effect of changes made in php.ini:
1. doc_root value was not updated.
2. register_globals was on in php.ini but was not up in phpinfo.php output.
Please suggest if any one has faced such problem.
Regards