mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fixed skipf
This commit is contained in:
parent
dc37d3e8c2
commit
c196e86520
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
if (!extension_loaded("mhash") || !function_exists("mhash")) {
|
||||
if (!function_exists("mhash")) {
|
||||
die("skip mhash extension is not available");
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user