Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45579 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85586 invoked from network); 16 Sep 2009 20:09:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2009 20:09:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=michael@no-surprises.co.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=michael@no-surprises.co.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain no-surprises.co.uk designates 80.68.93.37 as permitted sender) X-PHP-List-Original-Sender: michael@no-surprises.co.uk X-Host-Fingerprint: 80.68.93.37 river.mgdm.net Received: from [80.68.93.37] ([80.68.93.37:41722] helo=river.mgdm.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/73-62393-21641BA4 for ; Wed, 16 Sep 2009 16:09:55 -0400 Received: from [192.168.1.118] (213-78-200-191.ppp.onetel.net.uk [213.78.200.191]) (Authenticated sender: michael) by river.mgdm.net (Postfix) with ESMTPSA id 5FBA828071 for ; Wed, 16 Sep 2009 21:09:51 +0100 (BST) Message-ID: <4AB1460E.5040801@no-surprises.co.uk> Date: Wed, 16 Sep 2009 21:09:50 +0100 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: internals@lists.php.net References: <4AA139D7.70307@php.net> In-Reply-To: <4AA139D7.70307@php.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Patch: FNV-1 support for ext/hash From: michael@no-surprises.co.uk (Michael Maclean) Michael Maclean wrote: > Hi, > Earlier on someone on IRC mentioned that ext/hash had no support for the > FNV-1 hash function > (http://en.wikipedia.org/wiki/Fowler-Noll-Vo_hash_function), so I > decided to have a go at adding it. I've since updated the patch with some tests based on the ones in the original code: http://mgdm.net/~michael/patches/php-fnv.txt -- Cheers, Michael