Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27281 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99860 invoked by uid 1010); 5 Jan 2007 14:28:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99844 invoked from network); 5 Jan 2007 14:28:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2007 14:28:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.141.85.117 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.141.85.117 uf1.search.ch Linux 2.4/2.6 Received: from [195.141.85.117] ([195.141.85.117:48841] helo=smtp.rim.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/AE-01582-8A06E954 for ; Fri, 05 Jan 2007 09:28:57 -0500 Received: from localhost (localhost [127.0.0.1]) by rolig.search.ch (Postfix) with ESMTP id CD79715D44D; Fri, 5 Jan 2007 15:28:53 +0100 (CET) Received: from smtp.rim.ch ([127.0.0.1]) by localhost (search.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30049-09; Fri, 5 Jan 2007 15:28:48 +0100 (CET) Received: from [192.168.1.72] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rolig.search.ch (Postfix) with ESMTP id A7C9C159D21; Fri, 5 Jan 2007 15:28:48 +0100 (CET) Message-ID: <459E609F.2070107@cschneid.com> Date: Fri, 05 Jan 2007 15:28:47 +0100 User-Agent: Thunderbird 1.5.0.8 (X11/20060911) MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at search.ch Subject: Re: PHP 4.4.5RC1 From: cschneid@cschneid.com (Christian Schneider) Derick Rethans wrote: > I packed PHP 4.4.5RC1 today, which you can find here: > > http://downloads.php.net/derick/php-4.4.5RC1.tar.bz2 > ee9238175c6b6ecec8712954065451c4 Just a quick question: Running make test reports some tests to fail, is this expected or should this be looked at? FAILED TEST SUMMARY --------------------------------------------------------------------- Bug #35239 (Objects can lose references) [tests/lang/bug35239.phpt] Seems to be fixed in PHP5 and above only? Bug #24155 (gdImageRotate270 rotation problem). [ext/gd/tests/bug24155.phpt] Maybe only fixed in PHP5 and above? Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color) [ext/gd/tests/bug27582_1.phpt] Not fixable right now according to bugs.php.net, I guess this test was left in as a reminder. Bug #16069 [ext/iconv/tests/bug16069.phpt] No idea, I don't care ;-) Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt] Bug #25694 (round() and number_format() inconsistency) [ext/standard/tests/math/bug25694.phpt] Those two seem to have been reintroduced in 4.4.5, they worked in 4.4.4 for me! Should I send the test report to php-qa or how can I help solving those issues? Cheers, - Chris