Skip to content

Commit 895905b

Browse files
committed
ext/curl: Add CURLOPT_INFILESIZE_LARGE to UPGRADING
1 parent 7fd5153 commit 895905b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ PHP 8.5 UPGRADE NOTES
147147
indicating the http and proxy authentication methods that were
148148
used in the previous request. See CURLAUTH_* constants for
149149
possible values.
150+
. Added CURLOPT_INFILESIZE_LARGE Curl option, which is a safe
151+
replacement for CURLOPT_INFILESIZE. On certain systems,
152+
CURLOPT_INFILESIZE only accepts a 32-bit signed integer as the file
153+
size (2.0 GiB) even on 64-bit systems. CURLOPT_INFILESIZE_LARGE
154+
accepts the largest integer value the system can handle.
150155

151156
- DOM:
152157
. Added Dom\Element::$outerHTML.
@@ -343,6 +348,7 @@ PHP 8.5 UPGRADE NOTES
343348
. CURLINFO_USED_PROXY.
344349
. CURLINFO_HTTPAUTH_USED.
345350
. CURLINFO_PROXYAUTH_USED.
351+
. CURLOPT_INFILESIZE_LARGE.
346352

347353
- Intl:
348354
. DECIMAL_COMPACT_SHORT.

0 commit comments

Comments
 (0)