XAMPP missing php_eaccelerator_ts.dll(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
这篇关于XAMPP 缺少 php_eaccelerator_ts.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:XAMPP 缺少 php_eaccelerator_ts.dll
- 从 PHP 中的输入表单获取日期 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- Laravel 仓库 2022-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01