I HAVE POSTED the same thread in the right place.. SORRY FOR WASN"T REALISE THAT I AM POSTING IN WRONG FORUM.
Dear Experts,
I have just running a php script which require Zend Optimizer installed.
I have ran the file /scripts/installzendadop... and restarted HTTPD.. then checked the installation with command "php -v" ... it disaplayed that it has Zend Optimizer installed with php...
HOWEVER, when I create a phpinfo() file to check if it is also ok, I found that the info page shows NO Zend Optimizer ...
Here is what it shows:
-------------------------
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright © 1998-2004 Zend Technologies with Zend Extension Manager v1.0.7, Copyright © 2003-2005, by Zend Technologies
-------------------------
And here is what I got by issuing "php -v" command from ssh:
-------------------------
Copyright © 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright © 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.7, Copyright © 2003-2005, by Zend Technologies
with Zend Optimizer v2.5.10, Copyright © 1998-2005, by Zend Technologies
-------------------------
The php script I suppost to run is still saying that NO ZEND OPTIMIZER HAS INSTALLED...
By the way, I am on EV1 CPANEL with PHP 4.3.10 ...
THANKS in ADVANCE for your help.