Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58610 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84576 invoked from network); 5 Mar 2012 16:45:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2012 16:45:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.196 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.196 relay4-d.mail.gandi.net Linux 2.6 Received: from [217.70.183.196] ([217.70.183.196:54555] helo=relay4-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/8A-35539-09DE45F4 for ; Mon, 05 Mar 2012 11:45:06 -0500 X-Originating-IP: 217.70.178.148 Received: from mfilter20-d.gandi.net (mfilter20-d.gandi.net [217.70.178.148]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id C6B31172067 for ; Mon, 5 Mar 2012 17:45:01 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter20-d.gandi.net Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter20-d.gandi.net (mfilter20-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 3G0qncM+k5zb for ; Mon, 5 Mar 2012 17:45:00 +0100 (CET) X-Originating-IP: 82.241.130.121 Received: from verne.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: remicollet@famillecollet.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPA id 38C3C1720C5 for ; Mon, 5 Mar 2012 17:44:59 +0100 (CET) Message-ID: <4F54ED5B.2010101@fedoraproject.org> Date: Mon, 05 Mar 2012 17:44:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120218 Thunderbird/10.0.2 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: hash / tiger regression in PHP 5.4.0 From: remi@fedoraproject.org (Remi Collet) Please review https://bugs.php.net/bug.php?id=61291 And attached patch.... Without the patch 37 PASSED TESTS 0 SKIPPED TESTS 2 FAILED TESTS: mhash_001.phpt mhash_003.phpt With the patch 34 PASSED TESTS 0 SKIPPED TESTS 5 FAILED TESTS: hash_copy_001.phpt hash_file_basic1.phpt hash_hmac_basic.phpt hash_hmac_file_basic.phpt tiger.phpt But it seems the failing tests were introduce after this regression... Perhaps, the new result is the right one... but I don't find any other tool to check it... (it this case mhash_001.phpt and mhash_003.phpt have to be fixed) Regards, Remi