因为学习symfony需要,安装APC
How I installed APC with the latest xampp :
Go to http://downloads.php.net/pierre/
Download php_apc-3.1-svn20101116-5.3-vc6-x86.zip (Direct link : http://downloads.php.net/pierre/php_apc-3.1-svn20101116-5.3-vc6-x86.zip)
Copy php_apc.dll to C:\xampp\php\ext
Open php.ini (C:\xampp\php\php.ini)
Find the extension list (extension=) and add extension=php_apc.dll
Restart apache
You can also use this custom configuration (add it at the end of php.ini) :
CODE: SELECT ALL
[APC]
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 64
apc.max_file_size = 10M
apc.stat = 1
How I installed APC with the latest xampp :
Go to http://downloads.php.net/pierre/
Download php_apc-3.1-svn20101116-5.3-vc6-x86.zip (Direct link : http://downloads.php.net/pierre/php_apc-3.1-svn20101116-5.3-vc6-x86.zip)
Copy php_apc.dll to C:\xampp\php\ext
Open php.ini (C:\xampp\php\php.ini)
Find the extension list (extension=) and add extension=php_apc.dll
Restart apache
You can also use this custom configuration (add it at the end of php.ini) :
CODE: SELECT ALL
[APC]
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 64
apc.max_file_size = 10M
apc.stat = 1
本文介绍如何在XAMPP环境下安装APC缓存扩展,包括下载对应版本的APC文件、配置php.ini文件及重启Apache服务等步骤。此外还提供了一套完整的APC配置参数供参考。
1039

被折叠的 条评论
为什么被折叠?



