Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14456 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68957 invoked by uid 1010); 31 Jan 2005 15:46:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68942 invoked from network); 31 Jan 2005 15:46:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2005 15:46:06 -0000 X-Host-Fingerprint: 194.102.255.9 from.ro Linux 2.4/2.6 Received: from ([194.102.255.9:55342] helo=from.ro) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id D9/BE-30293-EB25EF14 for ; Mon, 31 Jan 2005 10:46:06 -0500 Received: from dtp-cable1.kappa.ro (dtp-cable1.kappa.ro [194.102.251.61]) (AUTH: LOGIN pdoru, TLS: TLSv1/SSLv3,168bits,DES-CBC3-SHA) by from.ro with esmtp; Mon, 31 Jan 2005 17:46:01 +0200 To: "internals@lists.php.net" Organization: Message-ID: <1107186360.1416.61.camel@dtp.kappa.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 31 Jan 2005 17:46:00 +0200 Subject: upload progress meter - new version v4.1 available for php 4.3.10 and 5.0.3 From: pdoru-php-upm@kappa.ro (Doru Petrescu) Hi, Just wanted to let you all know that a new version is available to work with PHP 4.3.10 and 5.0.3 As you probably already know, the upload progress meter is: A way to track the progress of a file that is uploaded to the web server WHILE the file is uploaded, and with some scripts and HTML code display a nice progress bar to the user that is uploading the file. NEW in this version: 1. updated patches for new php versions 4.3.10 and 5.0.3 2. fixed one bug in the php extension to actualy close the tmp file when done reading from it. (file upload_progress_meter.c function file_php_get_info() ) Best regards, Doru Petrescu