|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-01-03 13:26 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 14:00:01 2025 UTC |
Description: ------------ The 5 should be documented too so we won't have to dig into the sources to see what's happening 5 - ... Appears when the uploaded file size is 0 and should be different then 0 (the sources also should be compiled with the DEBUG_FILE_UPLOAD) 6 - UPLOAD_ERR_NO_TMP_DIR Appears when the temporary file cannot be created (and not when the temporary folder don't exists as the name suggest) (I added the 6 even if I know its a know bug #31317 because the folder don't exists and temporary file cannot be created are different things and the documentation should be accurate)