diff options
author | Stanislav Malyshev <stas@php.net> | 2013-07-14 23:53:55 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-07-14 23:56:03 -0700 |
commit | 2bad01e61ba2677e1e8303f9b56574ebb7ba3f00 (patch) | |
tree | d679b648a64bbbcb1bec07baa1fa875add85b5c0 /php.ini-development | |
parent | a51b50000d5f349aa52abed3100848f658f1995c (diff) | |
download | php-git-2bad01e61ba2677e1e8303f9b56574ebb7ba3f00.tar.gz |
Fix bug #62665: add curl.cainfo to php.ini
Conflicts:
php.ini-development
php.ini-production
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development index 4ff4192f6f..aee8b4837a 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1856,6 +1856,11 @@ ldap.max_links = -1 [dba] ;dba.default_handler= +[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: |