Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13557 invoked from network); 21 Nov 2008 09:08:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2008 09:08:50 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.116 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.116 us-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [63.205.162.116] ([63.205.162.116:21927] helo=us-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/CE-06451-2AA76294 for ; Fri, 21 Nov 2008 04:08:50 -0500 Received: from [192.168.27.21] ([192.168.27.21]) by us-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 21 Nov 2008 01:09:01 -0800 Message-ID: <49267AAD.1000400@zend.com> Date: Fri, 21 Nov 2008 01:09:01 -0800 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Felipe Pena , Dmitry Stogov , PHP Internals 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> <237D5067-10C6-4D25-8CCF-FEF9FE44F6F6@googlemail.com> <1225973406.5465.18.camel@felipe> <4925F83E.2060609@zend.com> <1227231361.3043.9.camel@goldfinger.johannes.nop> <4926775D.5090904@zend.com> <5991E942-3EC9-4BFE-8059-C50735DBAF4A@pooteeweet.org> In-Reply-To: <5991E942-3EC9-4BFE-8059-C50735DBAF4A@pooteeweet.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Nov 2008 09:09:01.0905 (UTC) FILETIME=[CB9F4C10:01C94BB8] Subject: Re: [PHP-DEV] array_key_exists BC break From: stas@zend.com (Stanislav Malyshev) Hi! > I am just worried that we do not have enough time to really think this > through all the way. So in the end we might end up having to break BC > once more in PHP 6.0. Also its not like we are fixing these bugs because > users were submitting bug tickets about this (or have they?). Well, some of it is used - I was bit by array_key_exists, though I'm not sure it's properly used there anyway. But I think it's low-profile change, since I have hard time believing somebody relies on natsort working on objects, especially since other sort don't work and ArrayObject has its own natsort. I think it's a good chance to clean up. Maybe iterator things can be delayed, if you think they are high-risk. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com