Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53910 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31180 invoked from network); 12 Jul 2011 08:23:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2011 08:23:45 -0000 X-Host-Fingerprint: 78.142.172.145 gate-g21.inqnet.at Date: Tue, 12 Jul 2011 04:23:44 -0400 Received: from [78.142.172.145] ([78.142.172.145:15274] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/02-07173-F840C1E4 for ; Tue, 12 Jul 2011 04:23:44 -0400 Message-ID: <51.02.07173.F840C1E4@pb1.pair.com> To: internals@lists.php.net References: <4E1B6C2B.1020008@durham.ac.uk> User-Agent: Pan/0.134 (Wait for Me; GIT cb32159 master) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Posted-By: 78.142.172.145 Subject: Re: [PHP-DEV] [PATCH] getimagesize - return named keys for width, height, type and attributes From: mike@php.net (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(). Mike