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 the ext folder in your php directory
3. Create a cache folder in c:php Modify the permissions of temp to be readable and writable by the user group
3. Depending on the situation of your system, it is usually a PHP extension ISAPI
Open the php.ini file, find extension=php_zip.dll, and 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 seems to be c:windows
Download the package file
The above has introduced the eAccelerator dll that implements PHP acceleration and supports file packaging and downloading, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.