-
Notifications
You must be signed in to change notification settings - Fork 845
[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
Alfreddo12
left a comment
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 |
cmb69
left a comment
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 <mumumu@mumumu.org> Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
|
Thanks! Added a warning about it |
Add documentation for
full_pathentry, introduced in PHP 8.1.