Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:7780 php.qa:15951 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37496 invoked by uid 1010); 12 Feb 2004 11:00:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37417 invoked from network); 12 Feb 2004 11:00:24 -0000 Received: from unknown (HELO jan.prima.de) (62.72.86.57) by pb1.pair.com with SMTP; 12 Feb 2004 11:00:24 -0000 Received: from [10.0.1.2] (pD952D4A1.dip.t-dialin.net [::ffff:217.82.212.161]) (AUTH: LOGIN jan) by jan.prima.de with esmtp; Thu, 12 Feb 2004 11:00:18 +0000 In-Reply-To: <5.1.0.14.2.20040212113428.02b40b20@127.0.0.1> References: <5.1.0.14.2.20040212113428.02b40b20@127.0.0.1> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <9C6BEC52-5D4A-11D8-89CC-000A959DD3A4@prima.de> Content-Transfer-Encoding: 7bit Cc: php-qa@lists.php.net, internals@lists.php.net Date: Thu, 12 Feb 2004 12:00:04 +0100 To: Andi Gutmans X-Mailer: Apple Mail (2.612) Subject: Re: [PHP-QA] Beta 4 RC 1 From: jan@prima.de (Jan Lehnardt) Hi again :) On 12 Feb 2004, at 10:36, Andi Gutmans wrote: > I rolled a preliminary beta 4 package just to make > sure nothing is seriously broken. You can still > commit fixes in the next few hours and if I don't > hear of any serious show stoppers, I'll re-bundle > and release beta 4 later today. tests/classes/array_access_005.phpt is failing for me for quite a long time now. This is on Linux, FreeBSD and OS X. The .out file gives: string(3) "Joe" string(6) "JoeFoo" string(9) "JoeFooBar" ---ArrayOverloading--- string(3) "Joe" Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in /home/jan/src/php-5.0.0b4RC1/tests/classes/array_access_0 05.php on line 40 I am not sure if PHP or the testcase is broken here. Some more tests fail as well, see the complete result at http://jan.prima.de/~jan/rc1_result.txt regards, Jan --