Home >Backend Development >PHP Tutorial >How to use eAccelerator for PHP 516 compiled under Windows to achieve PHP acceleration

How to use eAccelerator for PHP 516 compiled under Windows to achieve PHP acceleration

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-29 08:37:111142browse

Official address: http://www.arnot.info/eaccelerator/
Choose to download the eAccelerator corresponding to your system and PHP version
2. Rename it to eaccelerator.dll (win version) and then move it to your php directory ext folder
3. Create a cache folder temp in c:php and modify the permissions to be readable and writable by the user group
3. Depending on your system, it is usually a PHP extension ISAPI
Open the php.ini file and find extension= php_zip.dll, add
zend_extensi
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator .shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_
eaccelerator.compress="1"
eaccelerator.compress_level="9"
Put the modified php.ini into your php configuration directory 2003 It seems to be c:windows
┌──────┐
│Judge accelerated startup│
└──────┘
Before restarting iis, the php information only showed zend...
Load eaccelerator After .dll, the php information displays zend....with eAccelerator indicating that the loading is successful.

The above introduces how to use eAccelerator for PHP 516 compiled under Windows to achieve PHP acceleration, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn