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
Configurações em Execução
O comportamento dessas funções podem ser modificado pelas configurações do php.ini.
| Nome | Padrão | Modificável | Changelog |
|---|---|---|---|
| curl.cainfo | NULL | PHP_INI_SYSTEM | Disponível desde o PHP 5.3.7. |
Here's a short explanation of the configuration directives.
-
curl.cainfostring -
Um valor padrão para a opção
CURLOPT_CAINFO. É necessário que seja um caminho absoluto.
