Using Eaccelerator for PHP 5.1.6 compiled by Windows to implement PHP accelerated usage _php instance

Source: Internet
Author: User
Official address: http://www.arnot.info/eaccelerator/
Choose to download the eaccelerator for your system and PHP version

2. Rename it to Eaccelerator.dll (win version) and move to the Ext folder in your PHP directory

3. Create cache folder in C:\php\ temp Modify permission for user group to read and write

3. According to the situation of your system, it is generally PHP extension ISAPI
Open a php.ini file, locate Extension=php_zip.dll, and add

zend_extension_ts= "C:\php\ext\eaccelerator.dll"//path depending on the situation of your system, the file name extension is also
Eaccelerator.shm_size= "64"//According to your system memory, the default 16M, can be changed to 64M
Eaccelerator.cache_dir= "C:\php\temp"//manually created, such as C:\php\temp, to ensure that his permissions are read-write, and do not move this directory in the future
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\

┌──────┐
│ Judge accelerated start │
└──────┘

Before restarting IIS, the PHP information only shows Zend ...
Load Eaccelerator.dll after PHP information display Zend.......with eaccelerator instructions loading success
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.