19 Aug 2009

PHP APC for Windows Download

PHP 14 Comments

PECL 4 Win has been down for quite a while making the search for some PHP extensions unnecessarily difficult. I’m offering this permanent APC download for not only my records, but to help others searching for it. As of August 19th, 2009, 3.1.3 is the latest beta version, and 3.0.19 is the latest stable.

Download php_apc (Windows 3.0.19 Stable)

Download php_apc (Windows 3.1.3 Beta)

For more information on APC, please visit the PECL page.

14 Responses to “PHP APC for Windows Download”

  1. marcelo says:

    gracias me ha sido de gran ayuda la extendion funciona sin ningun problema

  2. Mohammad Rastkar says:

    Many thanks. It’s no-where except here! ;)

  3. Thaddee says:

    Hi,

    Try to make work latest APC with latest PHP 5.3.1
    But APC did no longer appear in PhpInfo()
    Someone have an idea ?

    Regards,
    Thaddee

  4. chad says:

    Thaddee,

    It seems that PHP 5.3.1 does not recognize APC 3.0.19 (or any other earlier versions), you will have to use APC 3.1.3 (the beta version)

  5. Mike Valstar says:

    I get that the version php was compiled against does not match the version APC was compiled against… any chance you can post how you built APC i keep getting an error when trying to build… or if you could post an updated dll

  6. chad says:

    I actually pulled these off PECL 4 Win before it went down. Works great on PHP version 5.2.9

    If you want to compile your own, I recommend going to http://pecl.php.net/package/APC

  7. Kai says:

    I’m trying to use the latest beta you linked to with PHP 5.3.1, but no luck. The extension is not loaded. Did you put any APC related settings to your php.ini, because my php.ini has no settings for it?

  8. chad says:

    In your php.ini, make sure you have:

    extension=php_apc.dll

    Then in your /ext folder, rename the APC file you downloaded from here to: php_apc.dll

  9. ALM says:

    Same as Mike Valstar :(

  10. Raj says:

    Hi
    i am using Xampp 1.7.2 showing PHP 5.3.0 .

    but still i am not able to use the Apc
    the foll message is displayed for
    1>For php_apc 3.0.19 version
    “the specified procedure could not be found !”

    2> for 3.1.3 Beta
    ” PHP startup:apc: unable to initialize module
    Module complied with module API=20060613
    PHP complied with module API= 20090626
    These options need to match”

    Basically i need to run Symphony which on checking configuration gives me these two warnings:

    [[WARNING]] The posix_isatty() is available: FAILED
    *** Enable the php_posix extension (used to colorized the CLI output) ***

    [[WARNING]] A PHP accelerator is installed: FAILED
    *** Install a PHP accelerator like APC (highly recommended) ***

    how do i remove these two warnings ,
    problem1> i do not have a posix extension in my php.ini
    problem2> the apc give here are not working .
    Kindly help!!

  11. chad says:

    Try rolling back to version 5.2.x of PHP, the versions of APC posted here should work then.

  12. Wael says:

    can i somewhere download “apc.so” and put it on my server without compile it by meself ?
    does it work so ??

  13. jason says:

    rolling back to 5.211 works with 3.019 fine

Leave a Reply