Install PHP APC extension on windows

I want to install the APC extension for PHP. I have this page and am a bit stuck. I downloaded the file from here which gives me the APC-3.1.9.tgz file. I extracted the file. However, from the page I mentioned above, I was given the impression that I need to load a DLL file.

I'm lost and confused, what should I do?

  • OS: Windows Vista li>
  • Server: apache
  • PHP: 5.3.5
+5
source share
5 answers
+3
+4

http://downloads.php.net/pierre/. : "nts" "ts" (, " " " " ) php_apc.dll.

PHP (, c:\wamp\bin\php5.4.1\ext) PHP.ini, :

extension=php_apc.dll

- (Apache, IIS ..) PHP <?php phpinfo(); ?>, , "apc"

+3

, , APC Windows, .

APC 3.1.9 Windows :

http://dev.freshsite.pl/php-accelerators/apc.html

Confirmed work on Apache 2, PHP 5.3.8, Windows 7 (32-bit).

+1
source

All Articles