As of PHP 7.2 (Win 64) this directive, will NOT show in the phpinfo() even though it's set.
(In comparison, an openssl.cafile directive will show, if it's set to the exact same path).
这些函数的行为受 php.ini 中的设置影响。
名字 | 默认 | 可修改范围 | 更新日志 |
---|---|---|---|
curl.cainfo | NULL | PHP_INI_SYSTEM | 自 PHP 5.3.7. 起有效 |
这是配置指令的简短说明。
curl.cainfo
string
CURLOPT_CAINFO
选项的一个默认值。这个值必须是一个绝对路径。
As of PHP 7.2 (Win 64) this directive, will NOT show in the phpinfo() even though it's set.
(In comparison, an openssl.cafile directive will show, if it's set to the exact same path).