We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bdd6f commit 942b11aCopy full SHA for 942b11a
ext/openssl/tests/bug28382.phpt
@@ -7,7 +7,7 @@ if (OPENSSL_VERSION_NUMBER<0x009070af) die("skip");
7
?>
8
--FILE--
9
<?php
10
-$cert = file_get_contents(dirname(__FILE__) . "/bug28382cert.txt", "rb");
+$cert = file_get_contents(dirname(__FILE__) . "/bug28382cert.txt");
11
$ext = openssl_x509_parse($cert);
12
var_dump($ext['extensions']);
13
0 commit comments