We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58a2d4 commit a5cbb0bCopy full SHA for a5cbb0b
UPGRADING
@@ -147,6 +147,11 @@ PHP 8.5 UPGRADE NOTES
147
indicating the http and proxy authentication methods that were
148
used in the previous request. See CURLAUTH_* constants for
149
possible values.
150
+ . Added CURLOPT_INFILESIZE_LARGE Curl option, which is a safe
151
+ replacement for CURLOPT_INFILESIZE_LARGE. 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 size the system can handle.
155
156
- DOM:
157
. Added Dom\Element::$outerHTML.
0 commit comments