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 설정에 영향을 받습니다.
| Name | Default | Changeable | Changelog |
|---|---|---|---|
| curl.cainfo | NULL | PHP_INI_SYSTEM | Available since PHP 5.3.7. |
위 설정 지시어에 대한 간단한 설명입니다.
- curl.cainfo string
-
A default value for the CURLOPT_CAINFO option. This is required to be an absolute path.
cbrevard
14-May-2008 01:35
