from error log:

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.

from 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

how can I solve this problem?

有帮助吗?

解决方案 2

eAccelerator not working because incompatibility with PHP 5.4.0.

其他提示

Eaccelerator needs to be compiled for exactly the version of zend engine it is used with. You cannot copy a dll from any old installation into a new Php engine version. Eaccelerator is no longer maintained. Please check out "XCache" which is maintained and compatible with php up to 5.5.x: http://xcache.lighttpd.net/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top