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
Laufzeit-Konfiguration
Das Verhalten dieser Funktionen wird durch Einstellungen in der php.ini beeinflusst.
| Name | Standard | Veränderbar | Changelog |
|---|---|---|---|
| curl.cainfo | NULL | PHP_INI_SYSTEM | Available since PHP 5.3.7. |
Hier eine kurze Erklärung der Konfigurationsoptionen:
-
curl.cainfostring -
A default value for the
CURLOPT_CAINFOoption. This is required to be an absolute path.
