Hello,
I have decided to switch my PHP version to 5.3.x series and received some errors.
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,
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: