Zend optimizer won't install

kimbo

Verified User
Joined
Apr 23, 2013
Messages
57
I'm trying to install Zend Optimizer +, but it doesn't install.
When I build it:

[root@ custombuild]# ./build zend
File already exists: ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz
File already exists: ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64.tar.gz
htscanner PHP extension has been installed.
There is no Zend Guard Loader released for 5.5 yet. Please try again later.
Stopping httpd: [ OK ]
Starting httpd:
Restarting php-fpm54.
Gracefully shutting down php-fpm54: done
Starting php-fpm54: done
Zend Guard Loader has been installed.

Seems to do some small stuff, but the version output gives only the guard loader=

PHP 5.4.20 (cli) (built: Oct 13 2013 18:52:51)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies


Does anyone know why it doesn't do it?
 
There is no Zend Optimizer created for PHP 5.4 and you already have "Zend Guard Loader" loaded for zend encoded files. "Zend Guard Loader" is a replacement for "Zend Optimizer".
 
There is no Zend Optimizer created for PHP 5.4 and you already have "Zend Guard Loader" loaded for zend encoded files. "Zend Guard Loader" is a replacement for "Zend Optimizer".

Well to be honest I don't see any performance improvement. I think the server is way to slow... and I have no idea what to do. :(
I need a cache system that makes much better improvement.
 
Back
Top