Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41686 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5505 invoked from network); 5 Nov 2008 16:20:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2008 16:20:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=foolistbar@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=foolistbar@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.78.25 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: foolistbar@googlemail.com X-Host-Fingerprint: 74.125.78.25 ey-out-2122.google.com Received: from [74.125.78.25] ([74.125.78.25:43515] helo=ey-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/03-22938-1D7C1194 for ; Wed, 05 Nov 2008 11:20:34 -0500 Received: by ey-out-2122.google.com with SMTP id 5so27116eyj.59 for ; Wed, 05 Nov 2008 08:20:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=tYwP5uVNmCF0se/I641r+tCqvpfXBcdV3m91O0LPlM8=; b=GbTqwzKGqcUlRiIoe1fwoT1Cxav4Sa5y4vkBvQZb18iStv6YThiCZV8WOzlkYeh5Jd G8Dwa7umpYxejA31MRcDYtJjq4U93X6JYTB0BFDVC3AbQ7fBqNgI7LscZ5OWYEeWnO9Q cs+c8QPuePUglOTqAkduaNt1LSJIBHTCtYRYU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=sNebqG5jvqEv6P4Q/R6DNgYL2goT3nMFqa1f90ZZMJvBsgiLnX4jksVTeMuGWsrGxP shndapuXBhAXtJBM9jjBkDlr5NikFxFsxt1H22omuHHLPFWrv2RVon3NPRxZsDBxHFMx VSQaFJIUlPNsOfTn5hbN7S4YMpPvNOJL5/Buk= Received: by 10.210.59.3 with SMTP id h3mr1202599eba.44.1225902030529; Wed, 05 Nov 2008 08:20:30 -0800 (PST) Received: from ?192.168.0.197? (host81-156-237-236.range81-156.btcentralplus.com [81.156.237.236]) by mx.google.com with ESMTPS id z37sm41931ikz.4.2008.11.05.08.20.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Nov 2008 08:20:29 -0800 (PST) Cc: Lukas Kahwe Smith , PHP Internals Message-ID: <237D5067-10C6-4D25-8CCF-FEF9FE44F6F6@googlemail.com> 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: Wed, 5 Nov 2008 16:20:20 +0000 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: foolistbar@googlemail.com (Geoffrey Sneddon) On 4 Nov 2008, at 22:59, Stanislav Malyshev wrote: >> so where do we stand here? > > 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 it isn't fixed it ought to be a documented as a BC break, seeming it does break real apps. -- Geoffrey Sneddon