I am trying to use XAMPP and APC together on Windows.
I found APC compiled libraries http://downloads.php.net/pierre/ but every time I try a dll from there the Apache server hangs.
I use XAMPP version 1.7.7: + Apache 2.2.21 + MySQL 5.5.16 (Community Server) + PHP 5.3.8 (VC9 X86 32bit thread safe) + PEAR
I've also seen related PHP APC Accelerator completely breaks Apache2 on Windows?
Where can I find a compiled APC extension dll compatible with the above configuration?
I have tried, without success, the following dlls:
php_apc-3.1.5-5.3-vc9-x86.zip http://downloads.php.net/pierre/php_apc-3.1.5-5.3-vc9-x86.zip
php_apc-3.1-svn20101116-nomemprotect-vc9-x86.zip http://downloads.php.net/pierre/php_apc-3.1-svn20101116-nomemprotect-vc9-x86.zip
php_apc-3.1-5.3-svn20101116-vc9-x86.zip http://downloads.php.net/pierre/php_apc-3.1-5.3-svn20101116-vc9-x86.zip
php_apc-20110109-5.3-vc9-x86.zip http://downloads.php.net/pierre/php_apc-20110109-5.3-vc9-x86.zip
I have also tried a vc6 one
php_apc-3.1-svn20101116-5.3-vc6-x86.zip http://downloads.php.net/pierre/php_apc-3.1-svn20101116-5.3-vc6-x86.zip
What APC dll works with Windows x86 32 vc9 PHP 5.3.8 XAMPP version 1.7.7?