Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23412 invoked by uid 1010); 23 Nov 2006 10:04:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23396 invoked from network); 23 Nov 2006 10:04:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2006 10:04:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=phpinternals@the-stickman.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=phpinternals@the-stickman.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain the-stickman.com from 70.85.217.130 cause and error) X-PHP-List-Original-Sender: phpinternals@the-stickman.com X-Host-Fingerprint: 70.85.217.130 chi.asmallorange.com Received: from [70.85.217.130] ([70.85.217.130:39348] helo=chi.asmallorange.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/08-65000-C3275654 for ; Thu, 23 Nov 2006 05:04:46 -0500 Received: from [82.152.82.150] (port=1721 helo=[192.168.0.144]) by chi.asmallorange.com with esmtpa (Exim 4.52) id 1GnBRY-0007Tk-2X for internals@lists.php.net; Thu, 23 Nov 2006 05:04:32 -0500 Message-ID: <45657234.2070000@the-stickman.com> Date: Thu, 23 Nov 2006 10:04:36 +0000 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - chi.asmallorange.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - the-stickman.com X-Source: X-Source-Args: X-Source-Dir: Subject: PHP 5.2.0: "Hooks for tracking file upload progress were introduced." From: phpinternals@the-stickman.com (Stickman) Hi I originally posted this to the general list but received no response, so I thought I might have more luck here. Apologies in advance if this is not the appropriate place for this question. The PHP 5.2.0 release announcement (http://www.php.net/releases/5_2_0.php) mentions, "Hooks for tracking file upload progress were introduced" but no further info on how these 'hooks' can be used. I even checked through the results of get_defined_functions() and I could find no sign of anything that fit the bill. Any pointers would be appreciated. Cheers, Stickman