Can't install extension uploadprogress or APC
Posted by: Beck (87.110.57.---)
Date: December 26, 2009 09:58PM

I have Windows XP and WAMP 2.0 installed.

I have downloaded new version of uploadprogress from Pierre:

[downloads.php.net]

Copied it inside:

c:\wamp\bin\php\php5.3.0\ext\

added in php.ini:

extension=php_uploadprogress.dll

restarted WAMP

Extension is visible in the list of extensions and marked as enabled, but it doesn't work. I have opened phpinfo() and there is nothing about uploadprogress, i have tested in php:


if (function_exists("uploadprogress_get_info"winking smiley) {
echo 'exist';
} else {
echo 'does not';
}

if (extension_loaded('uploadprogress')) {echo "extension is loaded";} else {echo 'extension is not loaded';}

Both results are false.

What should i do to install uploadprogress extension or APC extension?

Thanks! All hope for WAMP team support. smiling smiley

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: December 26, 2009 11:51PM

For APC your should use php_apc-5.3-nts-svn20091115-vc6-x86.zip

I'm not sure about the the uploadprogress extension, there doesn't appear to be one for php5.3 compiled with VC6.

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: Beck (87.110.57.---)
Date: December 27, 2009 12:00AM

[downloads.php.net]

here it is

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: December 27, 2009 12:03AM

No that is not compatible with php5.3. Windows version of PHP is compiled with VC6, all extensions you use must also be compiled with VC6 in order to work.

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: Beck (87.110.57.---)
Date: December 27, 2009 12:28AM

[www.xs4all.nl]

here is VC6 and still it doesn't work

any ideas?

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: Beck (87.110.57.---)
Date: December 27, 2009 12:30AM

Could someone check on their WAMP?

I needed i'll reroll back to WAMP with php 5.2 if it's working.

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: Beck (87.110.57.---)
Date: December 27, 2009 01:06AM

By the way

[svn.php.net]

What should id do with the rest files?

config.m4
config.w32
php_uploadprogress.h
uploadprogress.c


uploadprogress.c contains required functions

hmm

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: Beck (87.110.57.---)
Date: December 27, 2009 01:54AM

Oh it's for compilation.

So it seems the only way is to try to reroll back to PHP 5.2 ?

Gona try to reinstall WAMP as well.



Edited 1 time(s). Last edit at 12/27/2009 01:55AM by Beck.

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: Beck (87.110.57.---)
Date: December 27, 2009 01:13PM

Found working library. Thanks!

I have found it bundled inside previous versions on WAMP. Please could WAMP team add new versions of uploadprogress library in the next WAMP release?

It's great extension! Thanks for attention.

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: December 27, 2009 02:02PM

no, the dll's in php5.2.0 for example shud not be used in 5.3.0

there is a set for each build... >5.3.0 have not been built yet.

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't install extension uploadprogress or APC
Posted by: Beck (87.110.57.---)
Date: December 28, 2009 12:46PM

Oh i see, well i have switched to XAMPP and it's working fine now, even with PHP 5.3.1

Options: ReplyQuote


Sorry, only registered users may post in this forum.