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
基础教程推荐
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 在多维数组中查找最大值 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01