File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 9
9
function). (Nikita)
10
10
. Fixed bug #53826 (__callStatic fired in base class through a parent call if
11
11
the method is private). (Nikita)
12
+ . Implemented FR #77372 (Relative file path is removed from uploaded file).
13
+ (Björn Tantau)
12
14
13
15
- Date:
14
16
. Fixed bug #52480 (Incorrect difference using DateInterval) (Derick)
Original file line number Diff line number Diff line change @@ -176,6 +176,9 @@ PHP 8.1 UPGRADE NOTES
176
176
RFC: https://wiki.php.net/rfc/noreturn_type
177
177
. Added support for fibers.
178
178
RFC: https://wiki.php.net/rfc/fibers
179
+ . File uploads now provide an additional full_path key, which contains the
180
+ full path (rather than just the basename) of the uploaded file. This is
181
+ intended for use in conjunction with "upload webkitdirectory".
179
182
180
183
- Curl:
181
184
. Added CURLOPT_DOH_URL option.
You can’t perform that action at this time.
0 commit comments