diff --git a/php.ini-development b/php.ini-development index 149dec5505ad4..8e866c662f346 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1958,6 +1958,11 @@ ldap.max_links = -1 ; Useful for internal debugging only. ;opcache.protect_memory=0 +[curl] +; A default value for the CURLOPT_CAINFO option. This is required to be an +; absolute path. +;curl.cainfo = + ; Local Variables: ; tab-width: 4 ; End: diff --git a/php.ini-production b/php.ini-production index 63d5c5dbfb973..0553700be6e19 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1959,6 +1959,11 @@ ldap.max_links = -1 ; Useful for internal debugging only. ;opcache.protect_memory=0 +[curl] +; A default value for the CURLOPT_CAINFO option. This is required to be an +; absolute path. +;curl.cainfo = + ; Local Variables: ; tab-width: 4 ; End: