安装/配置
在线手册:中文 英文
PHP手册

运行时配置

这些函数的行为受 php.ini 中的设置影响。

cURL Configuration Options
名字 默认 可修改范围 更新日志
curl.cainfo NULL PHP_INI_SYSTEM Available since PHP 5.3.7.
有关 PHP_INI_* 样式的更多详情与定义,见 Where a configuration setting may be set

这是配置指令的简短说明。

curl.cainfo string

A default value for the CURLOPT_CAINFO option. This is required to be an absolute path.


安装/配置
在线手册:中文 英文
PHP手册
PHP手册 - N: 运行时配置

用户评论:

cbrevard (14-May-2008 09:35)

Just a nota bene for the noobs (like yours truly):

Although the extension has no "configuration directives" in php.ini, there is a curl extension that must be enabled or uncommented in php.ini