php-src/ext/mhash/tests/skip.inc
Ilia Alshanetsky d7d2b6ef50 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.
2002-11-20 06:48:39 +00:00

5 lines
91 B
PHP

<?php
if (!extension_loaded("mhash")) {
die("skip mhash extension is not avaliable");
}
?>