Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10443 invoked from network); 4 Nov 2008 23:06:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Nov 2008 23:06:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=sean@caedmon.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sean@caedmon.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain caedmon.net from 64.15.79.181 cause and error) X-PHP-List-Original-Sender: sean@caedmon.net X-Host-Fingerprint: 64.15.79.181 iconoclast.caedmon.net Linux 2.5 (sometimes 2.4) (4) Received: from [64.15.79.181] ([64.15.79.181:47771] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/F9-15458-075D0194 for ; Tue, 04 Nov 2008 18:06:25 -0500 Received: from localhost (localhost [127.0.0.1]) by iconoclast.caedmon.net (Postfix) with ESMTP id EAA471E0011; Tue, 4 Nov 2008 18:06:16 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at iconoclast.caedmon.net Received: from iconoclast.caedmon.net ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PoNO5NN+uOhd; Tue, 4 Nov 2008 18:06:10 -0500 (EST) Received: from [10.8.0.2] (sarcasm.vpn [10.8.0.2]) by iconoclast.caedmon.net (Postfix) with ESMTP id 5E2A31E0006; Tue, 4 Nov 2008 18:06:09 -0500 (EST) Cc: Lukas Kahwe Smith , PHP Internals Message-ID: <07619962-3DCA-45F3-A181-4F91475BF848@caedmon.net> To: Stanislav Malyshev In-Reply-To: <4910D3E5.4020406@zend.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Tue, 4 Nov 2008 18:06:13 -0500 References: <4900DB81.4000805@zend.com> <4900E150.1010607@dynom.nl> <49018FC3.90302@gmail.com> <1224854888.19390.89.camel@goldfinger.johannes.nop> <490609A1.7090400@gravitonic.com> <1225199800.878.0.camel@localhost> <3F3445975B55414BB4A214B32E178657@pc> <4A4FE9BC-F000-4AEE-A68C-8EFEA9DCD154@pooteeweet.org> <4910D3E5.4020406@zend.com> X-Mailer: Apple Mail (2.929.2) Subject: Re: [PHP-DEV] array_key_exists BC break From: sean@caedmon.net (Sean Coates) > I'd prefer to have it fixed, but then it probably requires changing > the parameters API for 'a', which might lead to some unexpected > results with regard to functions that modify their arguments. I > think we may leave it alone for this alpha but try to resolve it for > 5.3 release. If my opinion matters, I'd also prefer to see that fixed. As I mentioned earlier in the thread, ArrayObject loses a lot of value if it can't be treated as an array. S