Re: [PHP-DEV] raw post data

2003-11-21 Thread Hartmut Holzgraefe
Doru Petrescu wrote: I don't think this will help either as PHP always read the entire content-length BEFORE even loading the actual php script. As long as you using php as a web server module you cannot escape this. this is true if either RAW_POST_DATA is populated or a post handler for the mime t

Re: [PHP-DEV] raw post data

2003-11-21 Thread Doru Petrescu
On Fri, 2003-11-21 at 05:04, Hartmut Holzgraefe wrote: > Andi Gutmans wrote: > > Any chance we can make the necessary changes to support an upload > > progress bar? I came accross this web site but I'm not quite sure if > > always populating RAW_POST_DATA is enough. > > http://www.raditha.com/php

Re: [PHP-DEV] raw post data

2003-11-20 Thread Hartmut Holzgraefe
Andi Gutmans wrote: Any chance we can make the necessary changes to support an upload progress bar? I came accross this web site but I'm not quite sure if always populating RAW_POST_DATA is enough. http://www.raditha.com/php/progress.php RAW_POST_DATA won't help at all here as PHP user code execu

Re: [PHP-DEV] raw post data

2003-11-20 Thread Chris Shiflett
--- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > As for always populating the raw post data. See the aptly named > always_populate_raw_post_data php.ini setting. I am probably mistaken, but doesn't this ini setting only work when the content type is not application/x-www-form-urlencoded? Chris -

Re: [PHP-DEV] raw post data

2003-11-12 Thread Rasmus Lerdorf
Patches to do this have been posted here a couple of times, nobody was interested. As for always populating the raw post data. See the aptly named always_populate_raw_post_data php.ini setting. -Rasmus On Wed, 12 Nov 2003, Andi Gutmans wrote: > Any chance we can make the necessary changes to

[PHP-DEV] raw post data

2003-11-12 Thread Andi Gutmans
Any chance we can make the necessary changes to support an upload progress bar? I came accross this web site but I'm not quite sure if always populating RAW_POST_DATA is enough. http://www.raditha.com/php/progress.php Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,