|
Posted by voipfc on 10/07/06 22:48
petersprc@gmail.com wrote:
> PHP has a number of hash functions built-in. For example:
>
> md5, md5_file, sha1, sha1_file, crc32
>
> PECL has additional algorithms listed here:
>
> http://us3.php.net/manual/en/function.hash-algos.php
>
> Was there a specific algorithm you needed?
>
I need an sha1 version, the built-in one causes apache to GPF in
windows
> voipfc@googlemail.com wrote:
> > I have a problem compiling the hash function from PECL into my PHP.
> >
> > I get the error configure: error: C preprocessor "/lib/cpp" fails
> > sanity check
> >
> > I would like to use a plain PHP implementation of these functions.
> >
> > Is there a library of them around?
Navigation:
[Reply to this message]
|