XAMPP missing php_eaccelerator_ts.dll

孤人 提交于 2019-12-02 03:44:43

问题


In php.ini there's this line zend_extension = "C:\xampp\php\ext\php_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.

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).


回答1:


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.4.XX VC9: http://eac.qme.nl/eAccelerator_v1_0_GIT42067ac7e2_for_v5_4_XX-VC9.zip

Do not forget to rename downloaded file to: php_eaccelerator_ts.dll



来源:https://stackoverflow.com/questions/27566822/xampp-missing-php-eaccelerator-ts-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!