Problems with xCache and Zend Optimizer after installing PHP 5.3.8

duzap

Verified User
Joined
Nov 14, 2008
Messages
41
Hello,

I have decided to switch my PHP version to 5.3.x series and received some errors.

Code:
[root@server custombuild]# php -v
XCache requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact mOo at http://xcache.lighttpd.net for a later version of XCache.

Zend Optimizer requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Optimizer.

PHP 5.3.8 (cli) (built: Sep 23 2011 21:56:54)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies

I just want them to work together
PHP 5.3.8
Zend Optimizer (latest version)
XCache (latest version)

How do I solve these problems and get them work without any problems?
Currently I have downgraded to 5.2.x, no problems here.

OS: CentOS 5.6 x64

Best regards,
 
Last edited:
Hello,

Did you reinstall zend and XCache after you installed PHP 5.3.8? What version of PHP have you been using just before upgrade?
 
No I didn't and now I see there is new XCache v1.3.2.
Tell me please, should I use Zend Guard instead of Zend Optimizer for PHP 5.3.8?
 
There is no Zend Optimize for PHP 5.3, you should use Zend Guard. And the last will be installed with

cd /usr/local/directadmin/custombuild
./build zend
 
Back
Top