Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58791 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61127 invoked from network); 8 Mar 2012 16:50:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2012 16:50:48 -0000 Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:33473] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/8A-00152-863E85F4 for ; Thu, 08 Mar 2012 11:50:48 -0500 Received: by yenl5 with SMTP id l5so398269yen.29 for ; Thu, 08 Mar 2012 08:50:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1dJZS7c1B1v8hApYkyRPcyDiPTKT6gyPJWw1Hs0jqBA=; b=Za+4OWQJ9IkaxqlRGDMs6Q5DO6ZVwhJI9bRpcwCzKUYnmBQjfF00T6CHNxzbA2rHSP dk1+0jWyWUYOb1Vr/S3VFamc2lZM22TYQ6+daxWEo5XOqZmJvk3oF8DkLHzdaGnRYaqB /AFpHzA3uI6RDEbhqtph7XXGekxdhwDSeu7Vpp08Y6oZebe5mP6p9mEgXmqJe2+Y7bJP UDKMlABplV05RNxO+K4fskMNl5IEcJzdteBEvBjPR/ENJKK8qDDnDNazpYcOc2Gtj963 WJcLHZejo1viNwPklrAZC4O6xVKyJsSPO2lrBLpa+innvpSkVAq200ReNMGVyOSusHOQ L7ag== MIME-Version: 1.0 Received: by 10.60.12.103 with SMTP id x7mr2669728oeb.51.1331225444829; Thu, 08 Mar 2012 08:50:44 -0800 (PST) Received: by 10.60.63.70 with HTTP; Thu, 8 Mar 2012 08:50:44 -0800 (PST) In-Reply-To: <4F58DA17.9030000@fedoraproject.org> References: <4F54ED5B.2010101@fedoraproject.org> <4F54EF64.6040208@fedoraproject.org> <4F58DA17.9030000@fedoraproject.org> Date: Thu, 8 Mar 2012 17:50:44 +0100 Message-ID: To: Remi Collet Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] hash / tiger regression in PHP 5.4.0 From: simonsimcity@googlemail.com (Simon Schick) 2012/3/8 Remi Collet > > But mhash_001.phpt and mhash_003.phpt should not fail > (if we want a great PHP with 0 test failed). > Hi, all That's what I would like to have ... It would be perfect if new versions were not brought out if some tests still fail. I read some posts in the past before I decided to join this mailing-list where people were laughing about bugfix-releases like 5.3.7 ... Anyways: I want a great PHP with 0 failing tests - not because the amount should be 0 but because no bugs are known/testable. Bye Simon