Skip to content

Commit 2c8a4af

Browse files
committed
Merge branch 'PHP-5.5'
* PHP-5.5: Fix bug #62665: add curl.cainfo to php.ini
2 parents 50f15bb + 8c663fd commit 2c8a4af

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
@@ -1958,6 +1958,11 @@ ldap.max_links = -1
19581958
; Useful for internal debugging only.
19591959
;opcache.protect_memory=0
19601960

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

php.ini-production

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

1962+
[curl]
1963+
; A default value for the CURLOPT_CAINFO option. This is required to be an
1964+
; absolute path.
1965+
;curl.cainfo =
1966+
19621967
; Local Variables:
19631968
; tab-width: 4
19641969
; End:

0 commit comments

Comments
 (0)