Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14458 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10732 invoked by uid 1010); 31 Jan 2005 18:40:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9755 invoked from network); 31 Jan 2005 18:40:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2005 18:40:31 -0000 X-Host-Fingerprint: 194.102.255.9 from.ro Linux 2.4/2.6 Received: from ([194.102.255.9:59693] helo=from.ro) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id AF/B8-45719-99B7EF14 for ; Mon, 31 Jan 2005 13:40:30 -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 20:40:16 +0200 To: "internals@lists.php.net" In-Reply-To: <1107186360.1416.61.camel@dtp.kappa.ro> References: <1107186360.1416.61.camel@dtp.kappa.ro> Organization: Message-ID: <1107196815.1411.75.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 20:40:15 +0200 Subject: Re: [PHP-DEV] 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) ah ... I forgot to mention: http://pdoru.from.ro is the address to download the files. D. On Mon, 2005-01-31 at 17:46, Doru Petrescu wrote: > 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