tony2001                Fri Jul 20 10:10:11 2007 UTC

  Modified files:              
    /php-src/ext/mcrypt/tests   bug41252.phpt 
  Log:
  revert
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/tests/bug41252.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/mcrypt/tests/bug41252.phpt
diff -u php-src/ext/mcrypt/tests/bug41252.phpt:1.3 
php-src/ext/mcrypt/tests/bug41252.phpt:1.4
--- php-src/ext/mcrypt/tests/bug41252.phpt:1.3  Thu Jul 19 14:36:39 2007
+++ php-src/ext/mcrypt/tests/bug41252.phpt      Fri Jul 20 10:10:11 2007
@@ -4,8 +4,8 @@
 <?php if (!extension_loaded("mcrypt")) print "skip"; ?>
 --FILE--
 <?php
-$td = mcrypt_module_open(MCRYPT_DES, b'', MCRYPT_MODE_ECB, b'');
-echo mcrypt_generic($td,b'aaaaaaaa');
+$td = mcrypt_module_open(MCRYPT_DES, '', MCRYPT_MODE_ECB, '');
+echo mcrypt_generic($td,'aaaaaaaa');
 print "I'm alive!\n";
 ?>
 --EXPECTF--

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

Reply via email to