Home  >  Article  >  Backend Development  >  php apc installation_PHP tutorial

php apc installation_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:37:25843browse

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

Unable to locate the program input point ReleaseSRWLockExclusive on the dynamic link library KERNEL32.dll

As shown below



The solution is here


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/735891.htmlTechArticleAPC (Alternative PHP Cache) Function: Intermediate code extension for caching and optimizing PHP: no other extensions required Note : On Windows, APC will detect TMP, TEMP, USERPROFILE and other Windows environments...
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