Page 1 of 1
PHP uploadprogress
Posted: Wed Feb 23, 2011 2:56 pm
by breun
Would you package the PHP uploadprogress extension for the atomic channel?
An extension to track progress of a file upload.
http://pecl.php.net/package/uploadprogress/
Re: PHP uploadprogress
Posted: Fri Apr 29, 2011 12:28 pm
by hostingguy
At least PHP 5.2 is needed.
I take it this means its supported in 5.3?
Re: PHP uploadprogress
Posted: Tue May 03, 2011 8:37 am
by Highland
PECL is written in C and compiled (either using the pecl command or, as breun requested, in a pre-compiled package). I would imagine there would be updates to the project if 5.3 wasn't supported.
In general I try to avoid PECL RPMs as I've had poor experiences with them. The only time you need to be worried about library compatibility is when the compiler changes and the compiler only changes in major versions (i.e. 5.2 to 5.3, etc)
Re: PHP uploadprogress
Posted: Tue May 03, 2011 12:00 pm
by hostingguy
Gotcha, we dont use pecl or pear on our systems in any form under any circumstance so I dont have much experience with it
