XAMPP 缺少 php_eaccelerator_ts.dll
在 php.ini 中有这一行 zend_extension = "C:xamppphpextphp_eaccelerator_ts.dll"
并在 Win7 上的 XAMPP 太慢了它说取消注释该行会使 XAMPP 更快,但是如果该文件甚至没有安装最新的 Windows XAMPP 又有什么意义安装程序.
In php.ini there's this line zend_extension = "C:xamppphpextphp_eaccelerator_ts.dll"
and following this guide at XAMPP on Win7 too slow it says uncommenting that line makes XAMPP faster, but what's the point if the file wasn't even installed with latest Windows XAMPP installer.
所以我从谷歌抢了文件并放在目录中,但现在在启动服务器 Apache 和其他服务器时,它给出了这个错误:http://i.stack.imgur.com/ajQmg.jpg(还没有足够的代表发布图片).
So I snatched the file from Google and put in the dir, but now when starting servers Apache and the rest it gives this error: http://i.stack.imgur.com/ajQmg.jpg (not enough rep to post pics yet).
推荐答案
您应该下载并使用以下已编译的 dll 之一.它应该与您的 PHP 版本匹配.
You should download and use one of the complied dll's below. It should match your PHP version.
PHP 5.3.XX VC9:http://eac.qme.nl/eAccelerator_v1_0_GIT42067ac7e2_for_v5_3_XX-VC9.zip
PHP 5.3.XX VC9: http://eac.qme.nl/eAccelerator_v1_0_GIT42067ac7e2_for_v5_3_XX-VC9.zip
PHP 5.4.XX VC9:http://eac.qme.nl/eAccelerator_v1_0_GIT42067ac7e2_for_v5_4_XX-VC9.zip
PHP 5.4.XX VC9: http://eac.qme.nl/eAccelerator_v1_0_GIT42067ac7e2_for_v5_4_XX-VC9.zip
不要忘记将下载的文件重命名为:php_eaccelerator_ts.dll
Do not forget to rename downloaded file to: php_eaccelerator_ts.dll
相关文章