Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89086 invoked by uid 1010); 5 Nov 2004 18:35:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88915 invoked from network); 5 Nov 2004 18:35:40 -0000 Received: from unknown (HELO took.shire) (68.125.98.48) by pb1.pair.com with SMTP; 5 Nov 2004 18:35:40 -0000 Received: (qmail 77683 invoked by uid 1001); 5 Nov 2004 18:39:10 -0000 Date: Fri, 5 Nov 2004 18:39:10 +0000 To: internals@lists.php.net Message-ID: <20041105183910.GU31167@bagend.shire> Mail-Followup-To: internals@lists.php.net References: <418B4909.7010203@ailis.de> <255444644.20041105104900@marcus-boerger.de> <418B4FF6.4020503@ailis.de> <1306684207.20041105111518@marcus-boerger.de> <418B5929.30709@ailis.de> <20041105174245.GT31167@bagend.shire> <418BC266.3060502@ailis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <418BC266.3060502@ailis.de> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] Upload Progress Meter Patch From: curt@php.net (Curt Zirzow) * Thus wrote Klaus Reimer: > Curt Zirzow wrote: > >I have a pecl extenstion started that provides this functionality. > >It needs some more testing and a patch so php doesn't parse the > >data. > > And this extension is working WITHOUT callbacks in main/rfc1867.c? correct. The only thing that needs to go into the core of php is a new php.ini option to disable parsing the input. When this is the case the user can either parse the data via php://stdin or by using an extension. Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid!