mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
6 lines
91 B
PHP
6 lines
91 B
PHP
<?php
|
|
if (!function_exists("mhash")) {
|
|
die("skip mhash extension is not available");
|
|
}
|
|
?>
|