Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16655 invoked by uid 1010); 12 Nov 2003 08:34:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16621 invoked from network); 12 Nov 2003 08:34:52 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 12 Nov 2003 08:34:52 -0000 Received: from [172.16.10.104] (12-235-19-149.client.attbi.com [12.235.19.149]) by colo.lerdorf.com (8.12.10/8.12.10/Debian-4) with ESMTP id hAC8YpkG023440; Wed, 12 Nov 2003 00:34:52 -0800 Date: Wed, 12 Nov 2003 00:34:51 -0800 (PST) To: Andi Gutmans cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20031112103102.063e7810@127.0.0.1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on colo Subject: Re: [PHP-DEV] raw post data From: rasmus@lerdorf.com (Rasmus Lerdorf) References: <5.1.0.14.2.20031112103102.063e7810@127.0.0.1> 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 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 > >