Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58848 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76208 invoked from network); 11 Mar 2012 22:40:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2012 22:40:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:56027] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/38-24751-CC92D5F4 for ; Sun, 11 Mar 2012 17:40:13 -0500 Received: by wibhr14 with SMTP id hr14so2656421wib.11 for ; Sun, 11 Mar 2012 15:40:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=VBCamInKxTsE5i9yQCHNe9guvs8rJARgZBnb0d10W/E=; b=SzF2ps+WIDfP/NBfzd4LHggSo1QXg7v3EUWW7hcoTPN8I3Pq881eeh6/0j25CttAJo cHXYSFYMXraqmV3i0BUNpih9ro1akGzQGcv6fzLeMDlDGCxpKWzpooapV3R/W9zH8FUy lugDl7JP1imMRNzYQHOXAC0PZ0PwWPTYVYo8qPE9v7CiahO2t+bQigE5zhgkM7vU5x48 QVv93ESi/3lRiTfXlBmk4OCM2hWS2xhcQ9JkN22DFTysdDADTfeSNjAeWUKWvWnAXXXE PT7bevLIVJxS4UPQfg/07fCyKgXXKHRZzE/3lgc/JOp0WEYt/3kYGGh92snnxryA6hYh I1zw== Received: by 10.180.104.65 with SMTP id gc1mr22111151wib.13.1331505609204; Sun, 11 Mar 2012 15:40:09 -0700 (PDT) Received: from [192.168.1.26] (89.Red-83-55-231.dynamicIP.rima-tde.net. [83.55.231.89]) by mx.google.com with ESMTPS id p10sm29699203wic.0.2012.03.11.15.40.07 (version=SSLv3 cipher=OTHER); Sun, 11 Mar 2012 15:40:08 -0700 (PDT) Message-ID: <4F5D2AF3.4030405@gmail.com> Date: Sun, 11 Mar 2012 23:45:07 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Michael Wallner CC: Adam Harvey , Remi Collet , PHP Internals References: <4F54ED5B.2010101@fedoraproject.org> <4F54EF64.6040208@fedoraproject.org> <4F58DA17.9030000@fedoraproject.org> <4F5D09E5.3040008@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] hash / tiger regression in PHP 5.4.0 From: keisial@gmail.com (=?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?=) On 11/03/12 22:55, Michael Wallner wrote: > wat? > > The new hashes are correct. I'm awfully sorry that there has been so much > trouble with the tiger hashes, but it happened and cannot be undone. > Whops, sorry. I got confused on this thread. Change the order of what I said, then. Let the correct implementation stay and add a legacy option for reversed tiger (although reversing 8 byte chunks seem easy to do in userland).