Hi to All
I have installed on RHEL 5.4 x86_64 Xeon machine Apache 2.2.14 (Unix) and PHP 5.3.1.
PHP is compiled with:
./configure --prefix=/usr/local/php5
--with-apxs2=/usr/local/apache2/bin/apxs
--with-config-file-path=/usr/local/apache2/conf
--with-unixODBC=/usr/local/unixODBC
--with-oci8=/u01/app/oracle/product/11.2.0/my_db1
--with-mysql=/usr/local/mysql
--with-gd
--with-zlib
--enable-so
--enable-mbstring
--enable-zip
--enable-sigchild
Configure, make and make install runs correctly.
Now, I have downloade ZendOptimizer 3.2.9 from Zend Company and I have posted the file ZendOptimizer.so in the folder /usr/local/Zend.
in my PHP.INI I have inserted this line at end
[Zend]
zend_optimizer=version=3.3.9
zend_extension=/usr/local/Zend
according with INSTALL README provided by Zend
Locate the ZendOptimizer.so (Unix)
Add the following line to your php.ini file:
Linux and Mac OS X: zend_extension=<full_path_to_ZendOptimizer.so>
I restart apache and then test with diagnosis.php
The page return some problems:
Problem Zend:
Problem ZendId execute Permission
Zend Optimizer Not Installed!
Can Anyone help me ?
Best Regards
Gaetano