]> granicus.if.org Git - php/commitdiff
Fix skip condition
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 23 Feb 2018 15:23:55 +0000 (16:23 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 23 Feb 2018 15:23:55 +0000 (16:23 +0100)
The test is not about mhash, but rather about hash.

ext/hash/tests/hash_update_stream.phpt

index 7a74313448283686ee594644884d125807ee0016..86d69b1f2483acd256e08f26a0a5825e9c8c129e 100644 (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