Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13727 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33671 invoked by uid 1010); 5 Nov 2004 10:07:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33645 invoked from network); 5 Nov 2004 10:07:58 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 5 Nov 2004 10:07:58 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id iA5A7sn8026370; Fri, 5 Nov 2004 11:07:54 +0100 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id iA5A7rQI026366; Fri, 5 Nov 2004 11:07:54 +0100 Date: Fri, 5 Nov 2004 11:07:53 +0100 (CET) X-X-Sender: derick@localhost To: Klaus Reimer cc: Marcus Boerger , internals@lists.php.net In-Reply-To: <418B4FF6.4020503@ailis.de> Message-ID: References: <418B4909.7010203@ailis.de> <255444644.20041105104900@marcus-boerger.de> <418B4FF6.4020503@ailis.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] Upload Progress Meter Patch From: derick@php.net (Derick Rethans) On Fri, 5 Nov 2004, Klaus Reimer wrote: > Marcus Boerger wrote: > > we've haered of it in the past but it was too late to add for 4.3 > > series and obviously nobody cared to look for it for 5.0. So no the > > next version we could add it to would be 5.1. In general the idea > > is nice but it should also allow for script callbacks: > > This is possible? Up to now I thought that the retrieving and processing > of POST data is done BEFORE the PHP script is loaded. If I'm wrong here > it definetly would be a cool thing to have script callbacks for this. You are not wrong, POST/GET data is parsed before the PHP scripts are run. I also think that functionality like this should not be part of PHP itself. It is a user interface problem, so it should be done there. > And another neat thing would be to have access to the PHP session inside > such a callback to store the upload progress data in it. But I think > that's difficult because the session id is not known at this early moment. I am not sure if the modules are loaded/activated before the request variables are parsed, I would guess they are though. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org