Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92274 invoked from network); 27 Oct 2008 18:34:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2008 18:34:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.217.13 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.217.13 mail-gx0-f13.google.com Received: from [209.85.217.13] ([209.85.217.13:51842] helo=mail-gx0-f13.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/87-34199-8A906094 for ; Mon, 27 Oct 2008 13:34:17 -0500 Received: by gxk6 with SMTP id 6so2904364gxk.23 for ; Mon, 27 Oct 2008 11:34:14 -0700 (PDT) Received: by 10.100.96.9 with SMTP id t9mr6204601anb.109.1225132453552; Mon, 27 Oct 2008 11:34:13 -0700 (PDT) Received: from andrei-01.prv.corp.outspark.com ([12.51.40.234]) by mx.google.com with ESMTPS id c29sm755909anc.13.2008.10.27.11.34.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Oct 2008 11:34:12 -0700 (PDT) Message-ID: <490609A1.7090400@gravitonic.com> Date: Mon, 27 Oct 2008 11:34:09 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: Alexey Zakhlestin , Ionut Gabriel Stan , Mark van der Velden , Stanislav Malyshev , PHP Internals References: <4900DB81.4000805@zend.com> <4900E150.1010607@dynom.nl> <49018FC3.90302@gmail.com> <1224854888.19390.89.camel@goldfinger.johannes.nop> In-Reply-To: <1224854888.19390.89.camel@goldfinger.johannes.nop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] array_key_exists BC break From: andrei@gravitonic.com (Andrei Zmievski) Johannes Schlüter wrote: > btw. this also affects quite a few other functions: next/current/key/... > at least ... and maybe more after using the "new" parameter parsing API. I would say "no" for 5.3. But for 6 it would be fantastic to have all array-related operations supporting ArrayAccess interface, where possible. -Andrei