felipe          Sun Oct 26 23:33:33 2008 UTC

  Modified files:              
    /php-src/ext/hash/tests     skip_mhash.inc 
  Log:
  - Fixed test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/hash/tests/skip_mhash.inc?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/hash/tests/skip_mhash.inc
diff -u php-src/ext/hash/tests/skip_mhash.inc:1.2 
php-src/ext/hash/tests/skip_mhash.inc:1.3
--- php-src/ext/hash/tests/skip_mhash.inc:1.2   Sat Jun 28 15:20:49 2008
+++ php-src/ext/hash/tests/skip_mhash.inc       Sun Oct 26 23:33:32 2008
@@ -1,5 +1,5 @@
 <?php
-if (!extension_loaded("mhash")) {
+if (!extension_loaded("mhash") || !function_exists("mhash")) {
        die("skip mhash extension is not available");
 }
-?>
\ No newline at end of file
+?>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to