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
実行時設定
php.ini の設定により動作が変化します。
| 名前 | デフォルト | 変更可能 | 変更履歴 |
|---|---|---|---|
| curl.cainfo | NULL | PHP_INI_SYSTEM | PHP 5.3.7 以降で利用可能 |
以下に設定ディレクティブに関する 簡単な説明を示します。
-
curl.cainfostring -
CURLOPT_CAINFOオプションのデフォルト値。 絶対パスで指定する必要があります。
cbrevard
14-May-2008 01:35
