ezmlm

converting a C hashing function to PHP : ezmlm_hash

Hi, I'm trying to upgrade from PHP 5.2.x to 5.3.2 on my server. Problem is, I relying on the broken implementation of PHP's ezmlm_hash() (the bug is outlined here: http://bugs.php.net/bug.php?id=47969). My first thought was to rewrite the broken version of the native PHP function (which is written in C) myself in PHP and use that in my ...