Home  >  Article  >  Backend Development  >  eAccelerator dll that implements PHP acceleration supports file packaging and download_PHP tutorial

eAccelerator dll that implements PHP acceleration supports file packaging and download_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:54:57769browse

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 temp in c:php and modify the permissions 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 and find the extension =php_zip.dll, add

zend_extension_ts="C:phpexteaccelerator.dll" below //The path depends on your system, and the file extension is also
eaccelerator.shm_size="64" // According to your system memory, the default is 16M, which can be changed to 64M
eaccelerator.cache_dir="C:phptemp" //Create manually, such as C:phptemp, make sure its permissions are readable and writeable, and do not touch this in the future Catalog
eaccelerator.enable="1"
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_only="0"
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

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/318408.htmlTechArticleChoose to download the eAccelerator corresponding to your system and PHP version 2. Rename it to eaccelerator.dll (win version ) and then move to the ext folder in your php directory 3. Create a cache folder in c:php...
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