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 99 function). (Nikita)
1010 . Fixed bug #53826 (__callStatic fired in base class through a parent call if
1111 the method is private). (Nikita)
12+ . Implemented FR #77372 (Relative file path is removed from uploaded file).
13+ (Björn Tantau)
1214
1315- Date:
1416 . 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
176176 RFC: https://wiki.php.net/rfc/noreturn_type
177177 . Added support for fibers.
178178 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".
179182
180183- Curl:
181184 . Added CURLOPT_DOH_URL option.
You can’t perform that action at this time.
0 commit comments