Home > php教程 > php手册 > php apc 安装

php apc 安装

WBOY
Release: 2016-06-13 09:42:12
Original
945 people have browsed it

APC(Alternative PHP Cache)

作用:用于缓存和优化PHP的中间代码

扩展:不需要其他扩展

注意:在Windows上,APC会检测TMP,TEMP,USERPROFILE这些Windows的环境变量,如果这些都没有,会检查系统文件夹下的WINDOWS目录。

安装:http://pecl.php.net/package/apc


选择apc版本 点击dll下载windows版本



选择对应的php版本喎?http://www.Bkjia.com/kf/ware/vc/" target="_blank" class="keylink">vcD4KPHA+PGltZyBzcmM9"http://www.2cto.com/uploadfile/Collfiles/20140211/20140211085357131.jpg" alt="\">


解压后如下



复制php_apc.dll到php/ext目录下



修改php.ini配置文件开启apc 添加 extension=php_apc.dll



phpinfo如下



如果你碰到

无法定位程序输入点 ReleaseSRWLockExclusive 于动态链接库 KERNEL32.dll 上

如下图



解决方法在这里


Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template