i have a server where i have to install zend optimiser.
I downloaded it from the zend website, the latest version, compatible with php 5.2.1
i uploaded the tar.gz to the server with ftp, followed the install instructions, and restarted apache.
When i type php -v in ssh, i get following result:
So everything looks fine, i think. But when i open the website http://www.iboost.nl, i see "zend optimiser not installed".PHP 5.2.1 (cli) (built: Mar 13 2007 21:26:44)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.2.4, Copyright (c) 1998-2007, by Zend Technologies
I readed in the manual of the script that i want to install that i have to install zend on server level, but i think i did that because i was logged in as root in ssh.
Somebody knows what i am doing wrong?
I already asked different supports, but none of them make a little bit wiser.
With friendly greetings,
tom
PS: its quite urgent, my website is down for almost 12 hours now!