Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77992 invoked by uid 1010); 9 Feb 2007 00:44:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77977 invoked from network); 9 Feb 2007 00:44:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2007 00:44:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=vladb@pseudo-infinity.ro; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=vladb@pseudo-infinity.ro; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pseudo-infinity.ro from 217.10.193.165 cause and error) X-PHP-List-Original-Sender: vladb@pseudo-infinity.ro X-Host-Fingerprint: 217.10.193.165 ns4.dr.myx.net Linux 2.4/2.6 Received: from [217.10.193.165] ([217.10.193.165:44604] helo=mail4.dr.myx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/00-11345-FE3CBC54 for ; Thu, 08 Feb 2007 19:44:32 -0500 Received: from vlad-bosinceanus-computer.local (home-24035.b.astral.ro [193.231.183.184]) by mail4.dr.myx.net (mydomain.myx.net) with ESMTP id 351DF10B848; Fri, 9 Feb 2007 02:44:28 +0200 (EET) Message-ID: <45CBC3EC.2020105@pseudo-infinity.ro> Date: Fri, 09 Feb 2007 02:44:28 +0200 User-Agent: Thunderbird 2.0b2 (Macintosh/20070116) MIME-Version: 1.0 To: dopry@thing.net Cc: Brian Moon , internals@lists.php.net References: <1170975758.5280.16.camel@bbox> <45CBAF0C.6030906@dealnews.com> <1170977671.5280.25.camel@bbox> In-Reply-To: <1170977671.5280.25.camel@bbox> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] re: _FILES From: vladb@pseudo-infinity.ro (Vlad Bosinceanu) generates $_GET['foo'][0..n] generates $_FILES['foo']['tmp_name/name/etc'][0..n] I think this could pretty much be considered an inconsistence but changing wouldn't possible due to the BC demon awakening and wreaking havoc upon doing so. V Darrel O'Pry wrote: > On Thu, 2007-02-08 at 17:15 -0600, Brian Moon wrote: > >> Darrel O'Pry wrote: >> >>> I was wondering if anyone could point me to a resource explaining why >>> the _FILES array is structured as it is with html arrays. >>> >> What is an html array? >> > > Maybe that is not the correct diction. I picked it up somewhere digging > through bugs looking for an explanation. But by html arrays I mean > specify input names as arrays, that you handle as arrays in php. > > html array > > > vs. > > not an html array > > >