Skip to content

Commit 46939bb

Browse files
committed
ft
1 parent 52c1dbc commit 46939bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/curl/tests/curl_native_ca.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ if ($curl_version['version_number'] < 0x074700) {
2929

3030
curl_exec($ch);
3131
var_dump(curl_getinfo($ch, CURLINFO_SSL_VERIFYRESULT));
32-
32+
var_dump(ini_get('curl.cainfo'));
3333
?>
3434
--EXPECT--
3535
int(0)
36+
dsdsad

0 commit comments

Comments
 (0)