Skip to content

Commit 36a7d9f

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents 78d2442 + 9977de0 commit 36a7d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/bug65538_002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $clientCtx = stream_context_create(['ssl' => [
1313
// We can't use http://curl.haxx.se/ca/cacert.pem for this test
1414
// as it is redirected to https which means the test would depend
1515
// on system cafile when opening stream.
16-
'cafile' => 'http://www.php.net',
16+
'cafile' => 'http://www.nginx.org',
1717
]]);
1818
file_get_contents('https://github.com', false, $clientCtx);
1919
?>

0 commit comments

Comments
 (0)