tony2001                Tue Sep  5 13:58:46 2006 UTC

  Modified files:              
    /php-src/ext/openssl/tests  bug28382.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/tests/bug28382.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/openssl/tests/bug28382.phpt
diff -u php-src/ext/openssl/tests/bug28382.phpt:1.1 
php-src/ext/openssl/tests/bug28382.phpt:1.2
--- php-src/ext/openssl/tests/bug28382.phpt:1.1 Sun Jul 30 17:02:27 2006
+++ php-src/ext/openssl/tests/bug28382.phpt     Tue Sep  5 13:58:46 2006
@@ -6,7 +6,7 @@
 ?>
 --FILE--
 <?php
-$cert = file_get_contents(dirname(__FILE__) . "/bug28382cert.txt", "rb");
+$cert = file_get_contents(dirname(__FILE__) . "/bug28382cert.txt");
 $ext = openssl_x509_parse($cert);
 var_dump($ext['extensions']);
 ?>

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

Reply via email to