Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41827 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96195 invoked from network); 10 Nov 2008 14:58:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 14:58:56 -0000 Authentication-Results: pb1.pair.com header.from=sean@caedmon.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sean@caedmon.net; spf=permerror; 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:44796] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/A3-04934-F2C48194 for ; Mon, 10 Nov 2008 09:58:56 -0500 Received: from localhost (localhost [127.0.0.1]) by iconoclast.caedmon.net (Postfix) with ESMTP id CF9B21E0015; Mon, 10 Nov 2008 09:58:50 -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 mPa-4v3JZhCH; Mon, 10 Nov 2008 09:58:44 -0500 (EST) Received: from [10.8.0.2] (sarcasm.vpn [10.8.0.2]) by iconoclast.caedmon.net (Postfix) with ESMTP id F0D081E0010; Mon, 10 Nov 2008 09:58:43 -0500 (EST) Cc: PHP Development Message-ID: <4E2A6678-D598-4DCB-AC96-105A13BF6455@caedmon.net> To: Lukas Kahwe Smith In-Reply-To: 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: Mon, 10 Nov 2008 09:58:46 -0500 References: X-Mailer: Apple Mail (2.929.2) Subject: Re: [PHP-DEV] alpha3 or forever hold your peace From: sean@caedmon.net (Sean Coates) > Please bring up any areas you are concerned about that we might have > forgotten. PHP_5_3 as of this morning does not contain that patch that makes ArrayObject behave like an array (reset()). Here's a test for that (I don't have php-src karma) if anyone would care to commit it. Passes on 5.2.6, but fails on 5.3alpha3-dev S --TEST-- Ensure that ArrayObject acts like an array --SKIPIF-- --FILE-- --EXPECT-- bar1bar