File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ PHP 8.3 UPGRADE NOTES
58
58
"buffer_size" => int
59
59
See GH-9336
60
60
61
+ - Curl:
62
+ . curl_getinfo() now supports two new constants: CURLINFO_CAPATH and CURLINFO_CAINFO.
63
+ If no option is given, the following two additional keys are present:
64
+ "capath" and "cainfo".
65
+
61
66
- MBString:
62
67
. mb_strtolower, mb_strtotitle, and mb_convert_case implement conditional
63
68
casing rules for the Greek letter sigma. For mb_convert_case, conditional
@@ -120,6 +125,19 @@ PHP 8.3 UPGRADE NOTES
120
125
10. New Global Constants
121
126
========================================
122
127
128
+ - Curl:
129
+ . CURLINFO_CAPATH
130
+ . CURLINFO_CAINFO
131
+ . CURLOPT_MIME_OPTIONS
132
+ . CURLMIMEOPT_FORMESCAPE
133
+ . CURLOPT_WS_OPTIONS
134
+ . CURLWS_RAW_MODE
135
+ . CURLOPT_SSH_HOSTKEYFUNCTION
136
+ . CURLOPT_PROTOCOLS_STR
137
+ . CURLOPT_REDIR_PROTOCOLS_STR
138
+ . CURLOPT_CA_CACHE_TIMEOUT
139
+ . CURLOPT_QUICK_EXIT
140
+
123
141
- PCNTL:
124
142
. SIGINFO
125
143
You can’t perform that action at this time.
0 commit comments