-
Notifications
You must be signed in to change notification settings - Fork 813
[PHP 8.1] Documentation for full_path
entry of $_FILES
#1130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHP 8.1] Documentation for full_path
entry of $_FILES
#1130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate of #
impl: php/php-src#6917 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! This looks good to me, but maybe we want to add a warning that
webkitdirectory
is non-standard etc. like on https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory.
Co-authored-by: Yoshinari Takaoka <[email protected]> Co-authored-by: Christoph M. Becker <[email protected]>
Thanks! Added a warning about it |
Co-authored-by: Yoshinari Takaoka <[email protected]> Co-authored-by: Christoph M. Becker <[email protected]>
Add documentation for
full_path
entry, introduced in PHP 8.1.