cannot download php_apc.dll for windows server

cannot download php_apc.dll for windows server

by Mohan V -
Number of replies: 6

Hi huys

http://docs.moodle.org/en/Installing_APC_in_Windows 

I am having difficulty downkloading http://pecl4win.php.net/ext.php/php_apc.dll

Does anyone has the link to download php_apc.dll

I am running php version 5.2.3 on windows 2003 server

Thank you in advance

Average of ratings: -
In reply to Mohan V

Re: cannot download php_apc.dll for windows server

by Stephen Bourget -
Picture of Core developers Picture of Plugin developers Picture of Testers
You can find it in the PECL modules download for that build of PHP.
try: http://us3.php.net/releases/index.php

In reply to Stephen Bourget

Re: cannot download php_apc.dll for windows server

by Mohan V -

thank you guys

I was able download php 5.2.3 apc.dll from Stephen's link. I installed it and it seems to be working fine for now!smile

In reply to Mohan V

Re: cannot download php_apc.dll for windows server

by Ben Steeples -
I also tried to find this a few weeks ago, without success. It seems to be a two-fold problem:

Firstly the PECL4Win box is out of action, there's been the promise that it will be resolved for a while now, but I've not heard anything.

Secondly, I've read elsewhere, and I can't for the life of me remember where, that APC development had stopped as it was in direct competition with some of the Zend products.

Anyway, we've had similar performance figures out of XCache and eAccelerator, both of which work with PHP 5.2.9.

HTH
Ben
In reply to Ben Steeples

Re: cannot download php_apc.dll for windows server

by Ben Steeples -
ah-ha! result

If you take a ganders at http://museum.php.net/php5/ you'll find some earlier PHP builds.

I just found APC in the PHP 5.2.2 build, it's successfully working with PHP 5.2.9-1

HTH
In reply to Ben Steeples

Re: cannot download php_apc.dll for windows server

by Bobby Snow -
I was looking through the php-5.2.2-Win32.zip and php-5.2.2.tar.gz and couldn't find the APC dll in any of them. Could you be more specific with which tar/zip file and what the file is named? Thanks in advance.
In reply to Ben Steeples

Re: cannot download php_apc.dll for windows server

by Myles Carrick -
" I've read elsewhere, and I can't for the life of me remember where, that APC development had stopped"

Thankfully, that's not true smile APC is intended for inclusion in PHP6, disabled by default - that should make things easier for you folks who can't use the PEAR/PECL cli utilities.