Home > Backend Development > PHP Tutorial > eAccelerator dll that implements PHP acceleration supports file packaging and downloading

eAccelerator dll that implements PHP acceleration supports file packaging and downloading

WBOY
Release: 2016-07-29 08:37:12
Original
1033 people have browsed it

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template