ID: 31407 Updated by: [EMAIL PROTECTED] Reported By: php at dreams4net dot com -Status: Assigned +Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant Assigned To: irchtml New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2005-01-04 14:24:14] php at dreams4net dot com Description: ------------ Here the two notes that are in the documentation for move_uploaded_file() : Note: When safe mode is enabled, PHP checks whether the files or directories you are about to operate on have the same UID (owner) as the script that is being executed. Note: move_uploaded_file() is not affected by the normal safe mode UID-restrictions. This is not unsafe because move_uploaded_file() only operates on files uploaded via PHP. One may be true : either safe_mode check UIDs, either it doesn't, but not both. If I'm correct, whe should delete the first note. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31407&edit=1