[Wed Mar 18 18:59:28 2009] [warn] pid file D:/ComsenzEXP/Apache2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
PHP Warning: [eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.8. Rebuild it for your PHP version (5.2.10) or download precompiled binaries.\n in Unknown on line 0
PHP Fatal error: Unable to start eAccelerator module in Unknown on line 0
由于PHP version (5.2.10) 不会改动,所以问题就是eAccelerator编译时的版本要用5.2.10了。
解决方法:打开PHP目录下的php.ini文件,将
zend_extension_ts="d:\ComsenzEXP\PHP5\eAccelerator0953_5.2.8.dll"
改为 zend_extension_ts="d:\ComsenzEXP\PHP5\eAccelerator0953_5.2.10.dll"
前往 http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds 下载所需使用的eAccelerator文件到PHP目录。
5.2.10版本:eAccelerator0953_5.2.10
此解决方法参考自:http://hi.baidu.com/zdz8207/blog/item/f490223f34bf57e455e7232f.html
若您喜欢这篇文章,欢迎订阅老张小站以获得最新内容。 / 欢迎交流探讨,请发电子邮件至 mail[at]vdazhang.com 。
欢迎谈谈你的看法(无须登录) *正文中请勿包含"http://"否则将被拦截