Zend Optimizer doesnt show in php info

Skylar

Registered
Mar 18, 2006
3
0
151
Ok I am running on CentOS and I installer Zend Optimized and in shell when i do php -v it shows the following


PHP 5.1.2 (cli) (built: Mar 13 2006 03:22:03)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend Technologies with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies

but in www.sataservers.com/info.php which shows my php info it doesnt show Zend optimizer is installed whats wrong? i have restarted apache and the whole server also and no change


my server is also running cpanel/whm
 

dalem

Well-Known Member
PartnerNOC
Oct 24, 2003
2,983
159
368
SLC
cPanel Access Level
DataCenter Provider
I had this happen once before not sure why it did it

try

su -

then

php -v

or you can run
/usr/local/bin/php -v

its installed you php info page shows it
 

adept2003

Well-Known Member
Aug 11, 2003
281
0
166
~ "/(extra|special)/data"
1. Ensure you've restarted apache.
2. If it still doesn't work, make sure you have a symbolic link in /usr/local/lib to /usr/local/Zend/etc/php.ini
Code:
ln -s /usr/local/Zend/etc/php.ini /usr/local/lib/php.ini
Then restart apache
 

Skylar

Registered
Mar 18, 2006
3
0
151
ive restarted apache and tryed that and it axist is it maybea bad php install?