php-apc for windows xampp

Alex picture Alex · May 24, 2012 · Viewed 16.8k times · Source

I need to install php-apc library on windows just to be able to keep developing my app on windows as well.

I went to http://downloads.php.net/pierre/ and downloaded php_apc-3.1.10-5.3-vc9-x86.zip . The problem is know that inside the zip file, there are 2 folders that contain the php apc library, nts and ts folders!

From which should I copy the library to my c:\xampp\php\ext folder? What is the difference?

Answer

matino picture matino · May 24, 2012

Run phpinfo() and check Zend Extension Build. In my case it's API220090626,NTS,VC9, so it's nts. The difference between ts and nts is explained here