mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Fix skip condition
The test is not about mhash, but rather about hash.
This commit is contained in:
parent
d5f84fb9c5
commit
701d1ab0cc
@ -4,7 +4,7 @@ int hash_update_stream ( resource $context , resource $handle [, int $length = -
|
||||
marcosptf - <marcosptf@yahoo.com.br> - @phpsp - sao paulo - br
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . '/skip_mhash.inc'); ?>
|
||||
if (!extension_loaded('hash')) die('skip hash extension not available');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user