Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18280 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44654 invoked by uid 1010); 22 Aug 2005 21:19:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44639 invoked from network); 22 Aug 2005 21:19:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2005 21:19:04 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:33123] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 75/9A-33075-7414A034 for ; Mon, 22 Aug 2005 17:19:03 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 0E80FF101E; Tue, 23 Aug 2005 00:18:57 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j7MLJ4R9009073; Tue, 23 Aug 2005 00:19:04 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j7MLJ39G009070; Tue, 23 Aug 2005 00:19:04 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Tue, 23 Aug 2005 00:19:03 +0300 (EEST) Reply-To: Jani Taskinen To: Mikko Rantalainen cc: internals@lists.php.net In-Reply-To: <4309DC9B.8020904@peda.net> Message-ID: References: <42FCE0E4.604@lerdorf.com> <4309DC9B.8020904@peda.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: sniper@iki.fi (Jani Taskinen) On Mon, 22 Aug 2005, Mikko Rantalainen wrote: > upload *before* it has been completed. Make it possible to handle *big* > uploads without requiring uploaded file to fit the memory. Handle multiple This was changed in PHP 4.2.0, the file uploading code was rewritten to not load the whole fie in memory. --Jani