[PHP-DEV] API TSRM

2002-01-17 Thread vincent . jaulin
I would like to use TSRM, but I find neither examples nor API. Where can I find some examples? thanks. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] contrib

2001-09-13 Thread vincent . jaulin
there are several functions in the bookshop php_mhash making, it possible to determine the hash of a string. but it not possible to give the hash of a file. I have just added this function to the bookshop php_mhash, and I will wish to contribute this share to PHP. What do I have to make? than

[PHP-DEV] contrib mhash diff

2001-09-14 Thread vincent . jaulin
mhash_file gives the hash your file $file = "/home/test.txt"; $td= mhash_init(MHASH_MD5); $hash = mhash(MHASH_MD5,$file); printf("->".bin2hex($hash)); mhashdiff.tar.gz -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma