Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42636 invoked from network); 12 Jul 2011 09:44:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2011 09:44:41 -0000 Authentication-Results: pb1.pair.com header.from=confik@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=confik@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: confik@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:44293] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/73-07173-8871C1E4 for ; Tue, 12 Jul 2011 05:44:40 -0400 Received: by ywb6 with SMTP id 6so1855520ywb.29 for ; Tue, 12 Jul 2011 02:44:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=61FrWgEaMSALND9zsaKUpFQbFwDujMAhhNaP+w08VUE=; b=WPEGwA6WfF3LEFkzmR/tHRZm0pueUq+tmqatgtgUm3PDT8tw9vc0JAtUE5v/RjWVdw y8V7CDuRF6i84JskqgiVFGgWKBMegJqAMbk5RvWKhMAOsWeg9u89mTub8sFpakO/0UXB wMOqAoyqJTRE+clt/RD7S1Gjq7z7ev8lsza+w= Received: by 10.91.186.19 with SMTP id n19mr3553672agp.48.1310463877222; Tue, 12 Jul 2011 02:44:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.69.4 with HTTP; Tue, 12 Jul 2011 02:44:17 -0700 (PDT) In-Reply-To: <51.02.07173.F840C1E4@pb1.pair.com> References: <4E1B6C2B.1020008@durham.ac.uk> <51.02.07173.F840C1E4@pb1.pair.com> Date: Tue, 12 Jul 2011 14:44:17 +0500 Message-ID: To: Michael Wallner Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [PATCH] getimagesize - return named keys for width, height, type and attributes From: confik@gmail.com (Alexey Shein) 2011/7/12 Michael Wallner : > On Mon, 11 Jul 2011 22:33:31 +0100, Paul Dixon wrote: >> personally long term, I would aim to remove the position index entries >> completely. > > Which would make it unusable with list(). > +1 this will be huge BC break for this function. Please, don't remove position indexes. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Regards, Shein Alexey