Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39628 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41665 invoked from network); 4 Aug 2008 11:52:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2008 11:52:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=rewbs.soal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rewbs.soal@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rewbs.soal@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:28711] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/B2-28228-F5DE6984 for ; Mon, 04 Aug 2008 07:52:00 -0400 Received: by fg-out-1718.google.com with SMTP id 16so1395521fgg.23 for ; Mon, 04 Aug 2008 04:51:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=DTRq6rHIb3av8r4oR9dyGLKRZjvw3nobbQMVxyQZyXg=; b=NA0i3WFBKWrFNFAsqN0MPk71mpjanB3v/WqXpJrMqB2UGL/JwMfE3WbyuQhAp+6gme dZp/77mN8nMMjzC1GZxN6/YMvmM8wqGI1nir3Ffmdr5orjbYlS6A4gJypfXcMLsItG8h SibDn9B3IIiykEBTEp4E4OI+yAojf8s04ECNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=BPMNvhcaNv4P+jAtxDphzxsIuluCXB3X5/Jrrjdcx4tJ27h91ERaPGPbqr1aBepY2i ATEzUucFqCfoLPL5rJ8r6hWmKahjQHq/Xko9SfHCVxpHTRvg9YfqdWt4drFObgAz033g MFgadkBjbMdM8aSoi5/9YoX0wtHTSCnQqqV4Q= Received: by 10.86.76.20 with SMTP id y20mr10340045fga.41.1217850717088; Mon, 04 Aug 2008 04:51:57 -0700 (PDT) Received: by 10.86.23.9 with HTTP; Mon, 4 Aug 2008 04:51:57 -0700 (PDT) Message-ID: <5a8807d10808040451i1de592ajc7eb479911d890b4@mail.gmail.com> Date: Mon, 4 Aug 2008 12:51:57 +0100 Sender: rewbs.soal@gmail.com To: "Marcus Boerger" Cc: internals In-Reply-To: <1815659426.20080803232501@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5a8807d10808030407j14f51cb6ga7d917d51c6206ac@mail.gmail.com> <93357385.20080803141751@marcus-boerger.de> <5a8807d10808031324k2f83789ak233d75ec704a6c31@mail.gmail.com> <1815659426.20080803232501@marcus-boerger.de> X-Google-Sender-Auth: cdd41c1ca01e723e Subject: Re: [PHP-DEV] Intended behavior of ArrayObject::exchangeArray() ? From: robinf@php.net ("Robin Fernandes") 2008/8/3 Marcus Boerger : > >> Attached. I just naively moved some logic from __construct() into a >> separate function and called it from both __construct() and >> exchangeArray(). > > Well, naively or not, this seems about perfectly correct. Why don't you > simply apply this to HEAD and 5.3? > Ok - done. Thanks, Robin