APC(Alternative PHP Cache)
Role: Intermediate code for caching and optimizing PHP
Extensions: No other extensions required
Note: On Windows, APC will detect Windows environment variables such as TMP, TEMP, and USERPROFILE. If these are not available, it will check the WINDOWS directory under the system folder.
Installation: http://pecl.php.net/package/apc
Select apc version and click dll to download windows version
Select the corresponding php version喎?http://www.Bkjia.com/kf/ware/vc/" target="_blank" class="keylink">vcD4KPHA+PGltZyBzcmM9"http://www.2cto.com/uploadfile/Collfiles/20140211/20140211085357131.jpg" alt="">
After decompression is as follows
Copy php_apc.dll to the php/ext directory
Modify the php.ini configuration file to enable apc and add extension=php_apc.dll
phpinfo is as follows
If you come across
As shown below
The solution is here