Skip to content

Commit 6d5c60e

Browse files
committed
Add UPGRADING/NEWS for full_path for file uploads
[ci skip]
1 parent d764f1d commit 6d5c60e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ PHP NEWS
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)

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)