Skip to content

Commit 25b8c1b

Browse files
committed
[ci skip] Update UPGRADING for new curl constants and functionality
1 parent 33441ed commit 25b8c1b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

UPGRADING

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ PHP 8.3 UPGRADE NOTES
5858
"buffer_size" => int
5959
See GH-9336
6060

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+
6166
- MBString:
6267
. mb_strtolower, mb_strtotitle, and mb_convert_case implement conditional
6368
casing rules for the Greek letter sigma. For mb_convert_case, conditional
@@ -120,6 +125,19 @@ PHP 8.3 UPGRADE NOTES
120125
10. New Global Constants
121126
========================================
122127

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+
123141
- PCNTL:
124142
. SIGINFO
125143

0 commit comments

Comments
 (0)