]> granicus.if.org Git - php/commit
Add FNV-1 support to ext/hash
authorMichael Maclean <mgdm@php.net>
Tue, 23 Mar 2010 22:21:39 +0000 (22:21 +0000)
committerMichael Maclean <mgdm@php.net>
Tue, 23 Mar 2010 22:21:39 +0000 (22:21 +0000)
commitd05ce2574605ced3ef8a15ca15eb6f4ac536f745
treec44a8be68714a51f06892547c3608b4f74e08e5f
parent880bde60a2e507472cf860c8dfa99a54145b8fd0
Add FNV-1 support to ext/hash
ext/hash/config.m4
ext/hash/hash.c
ext/hash/hash_fnv.c [new file with mode: 0644]
ext/hash/php_hash.h
ext/hash/php_hash_fnv.h [new file with mode: 0644]
ext/hash/tests/fnv132.phpt [new file with mode: 0644]
ext/hash/tests/fnv164.phpt [new file with mode: 0644]