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"