Upload Progress Meter Patch in 5.04?

php.internals

Robert

21 years ago
Hello, would it be possible to add the patch for 5.04? (I'm not a C coder, I only know PHP) I think people would appreciate such an addition to PHP, Thanks, Rob

Edin Kadribasic

21 years ago
Hi, This was already considered and rejected. No need to start the discussion again. Edin ----- Original Message ----- From: "Robert" <robert@fahrschulbewertung.de> To: "php-dev" <internals@lists.php.net> Sent: Wednesday, March 23, 2005 10:26 PM Subject: [PHP-DEV] Upload Progress Meter Patch in 5.04?

Robert

21 years ago
Hello Edin,
>This was already considered and rejected. No need to start the discussion >again. > >
All I saw is that the discussion stopped, not that it was rejected. Rob

Derick Rethans

21 years ago
On Wed, 23 Mar 2005, Robert wrote:
> >This was already considered and rejected. No need to start the discussion > >again. > > > All I saw is that the discussion stopped, not that it was rejected.
Then you should look further - it was rejected. Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Zeev Suraski

21 years ago
Can you point us to the thread? I can't recall seeing it rejected, and I can't find the thread either... Zeev At 15:37 23/03/2005, Derick Rethans wrote:

Doru Petrescu

21 years ago
has anyone figure it out if it was rejected or just forgotten ? and if it was rejected, what was the reason ? the only valid reason I seen so far was that you can do this using something else (perl, or an apache module, or even something more exotic). but, this also apply to php itself ... I can write dinamic web pages using something else too ... like perl, jsp, etc. are you trying to give me a reason NOT TO USE PHP ?!? the patch I am proposing will only provide a hook mechanism in the upload processing function. nothing more. it only adds few lines to rfc1867.c alowing for a loadable module to hook into. and if someone thinks the patch is TOO BIG, i'm sure we can make it even smaller and less intrusive. I think that the automatic processing of uploads with no way of disabling it (and it manually) is a shortcoming of PHP in the first place. the fact that there is no configuration, no option to enable or disable it is a negative point of the design. I cant see any disadvantage of having that hook in place, and so far nobody gave me any good reason not to have it. and please, at least take a look over the patch before rejecting it ? and give me a valid reason for doing so. thank you for your time, Doru Petrescu On Wed, 2005-03-23 at 19:15, Zeev Suraski wrote: