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