因为学习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