[PHP-DEV] md5(), sha1() returning binary values

2003-02-18 Thread Michael Bretterklieber
Hi, I attached patches for md5.c and sha1.c. They add an optional second param to md5() and sha1(), if this param is set to true then the binary value is returned and no bin2hex() is performed. In some cases this can be useful. Is there any chance to commit this? bye, --

Re: [PHP-DEV] md5(), sha1() returning binary values

2003-02-18 Thread Derick Rethans
On Tue, 18 Feb 2003, Michael Bretterklieber wrote: Hi, I attached patches for md5.c and sha1.c. They add an optional second param to md5() and sha1(), if this param is set to true then the binary value is returned and no bin2hex() is performed. In some cases this can be useful. Is there