Fix skip condition

The test is not about mhash, but rather about hash.
This commit is contained in:
Christoph M. Becker 2018-02-23 16:23:55 +01:00
parent d5f84fb9c5
commit 701d1ab0cc

View File

@ -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