从错误日志:
eAccelerator requires Zend Engine API version 220090626.
The Zend Engine API version 220100525 which is installed, is newer.
Contact eAccelerator at http://eaccelerator.net for a later version of eAccelerator.来自phpinfo()
System Windows NT 6.1 build 7601 (Windows Server 2008 R2 Web Server Edition Service Pack 1) i586
Build Date Jun 13 2012 21:17:57
Compiler MSVC9 (Visual C++ 2008)
Architecture x86
Server API Apache 2.4 Handler Apache Lounge
PHP Extension Build API20100525,TS,VC9
Debug Build no
Thread Safety enabled我该如何解决这个问题?
发布于 2014-04-19 12:06:36
eAccelerator无法工作,因为它与PHP5.4.0不兼容。
发布于 2014-08-30 18:52:03
需要为与其一起使用的zend引擎的版本进行编译。不能将任何旧安装中的dll复制到新的Php引擎版本中。加速器不再被维护。请查看"XCache“,它维护并与最多5.5.x的php兼容:http://xcache.lighttpd.net/
https://stackoverflow.com/questions/22156631
复制相似问题