]> granicus.if.org Git - php/commit
Switched to a new parameter parsing API, which simplifies the code a great deal.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 20 Nov 2002 06:48:39 +0000 (06:48 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 20 Nov 2002 06:48:39 +0000 (06:48 +0000)
commitd7d2b6ef500c92d0e44d80a195f079f3d5d87f4f
tree09ac19d241b594e10ffb0c7d87e015ac243db365
parent63a50e500d70de60be73fdcd72d8e7a84cbf0a3c
Switched to a new parameter parsing API, which simplifies the code a great deal.
Made error reporting use php_error_docref()
Fixed a bug in mhash_keygen_s2k() that caused non \0 terminated data to be returned.
Added tests of all mhash functions.
ext/mhash/mhash.c
ext/mhash/tests/001.phpt [new file with mode: 0644]
ext/mhash/tests/002.phpt [new file with mode: 0644]
ext/mhash/tests/003.phpt [new file with mode: 0644]
ext/mhash/tests/skip.inc [new file with mode: 0644]