bjori Fri Oct 13 09:59:21 2006 UTC Modified files: (Branch: PHP_5_2) /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.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/openssl/tests/bug28382.phpt diff -u php-src/ext/openssl/tests/bug28382.phpt:1.1.2.3 php-src/ext/openssl/tests/bug28382.phpt:1.1.2.4 --- php-src/ext/openssl/tests/bug28382.phpt:1.1.2.3 Sun Sep 3 15:31:00 2006 +++ php-src/ext/openssl/tests/bug28382.phpt Fri Oct 13 09:59:20 2006 @@ -7,7 +7,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