Skip to content

Commit 8c663fd

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix bug #62665: add curl.cainfo to php.ini Conflicts: php.ini-development php.ini-production
2 parents 07ab236 + 2bad01e commit 8c663fd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

php.ini-development

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,6 +1956,11 @@ ldap.max_links = -1
19561956
; Useful for internal debugging only.
19571957
;opcache.protect_memory=0
19581958

1959+
[curl]
1960+
; A default value for the CURLOPT_CAINFO option. This is required to be an
1961+
; absolute path.
1962+
;curl.cainfo =
1963+
19591964
; Local Variables:
19601965
; tab-width: 4
19611966
; End:

php.ini-production

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,6 +1956,11 @@ ldap.max_links = -1
19561956
; Useful for internal debugging only.
19571957
;opcache.protect_memory=0
19581958

1959+
[curl]
1960+
; A default value for the CURLOPT_CAINFO option. This is required to be an
1961+
; absolute path.
1962+
;curl.cainfo =
1963+
19591964
; Local Variables:
19601965
; tab-width: 4
19611966
; End:

0 commit comments

Comments
 (0)