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?