PDA

View Full Version : installing zend


rampage
04-23-2006, 04:22 PM
how do i go about installing zend optimizer.
i already downloaded, extracted and ran the zend optimizer install.sh file, it asked me where my php.ini file is, i pointed to ALL the php.ini files found (did a "locate php.ini". Restarted the web server, and after checking the php.php(a file that shows the php info) i noticed nothing changed.

mistwang
04-23-2006, 05:49 PM
The php.ini used by the pre-built PHP binary is located at lsws/conf/php.ini, and the path to php.ini should be in the phpinfo page as well.

rampage
05-01-2006, 07:35 PM
i selected that file during the zend install, and the script still says there is no zend engine present. :(

mistwang
05-01-2006, 07:53 PM
Please check lsws/logs/stderr.log and zend optimizer related directives in lsws/conf/php.ini.

ts77
05-02-2006, 03:53 AM
and don't forget to restart lsws after installing zend (or do at least a graceful restart through the webinterface).

rampage
05-03-2006, 08:24 AM
fixed it!
one of the zend lines in the php.ini file was missing, all i did was slip it in and it works fine now :D