summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 149dec5505..8e866c662f 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: