File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ PHP NEWS
24
24
. Fixed bug #65066 (Cli server not responsive when responding with 422 http
25
25
status code). (Adam)
26
26
27
+ - CURL:
28
+ . Fixed bug #62665 (curl.cainfo doesn't appear in php.ini). (Lior Kaplan)
29
+
27
30
- FPM:
28
31
. Fixed bug #63983 (enabling FPM borks compile on FreeBSD).
29
32
(chibisuke at web dot de, Felipe)
@@ -55,7 +58,7 @@ PHP NEWS
55
58
. Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
56
59
(Chris Jones)
57
60
58
- -PDO_dblib:
61
+ - PDO_dblib:
59
62
. Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)).
60
63
(Stanley Sufficool)
61
64
Original file line number Diff line number Diff line change @@ -1856,6 +1856,11 @@ ldap.max_links = -1
1856
1856
[dba]
1857
1857
;dba.default_handler=
1858
1858
1859
+ [curl]
1860
+ ; A default value for the CURLOPT_CAINFO option. This is required to be an
1861
+ ; absolute path.
1862
+ ;curl.cainfo =
1863
+
1859
1864
; Local Variables:
1860
1865
; tab-width: 4
1861
1866
; End:
Original file line number Diff line number Diff line change @@ -1856,6 +1856,11 @@ ldap.max_links = -1
1856
1856
[dba]
1857
1857
;dba.default_handler=
1858
1858
1859
+ [curl]
1860
+ ; A default value for the CURLOPT_CAINFO option. This is required to be an
1861
+ ; absolute path.
1862
+ ;curl.cainfo =
1863
+
1859
1864
; Local Variables:
1860
1865
; tab-width: 4
1861
1866
; End:
You can’t perform that action at this time.
0 commit comments