From 4a6f5311ad36dbfaa49d12376b0ed3d3bb9febd9 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 6 Dec 2004 17:33:23 +0000 Subject: [PATCH] fix #31000: adding UPLOAD_ERR_NO_TMP_DIR git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174161 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 787cb383db..1c97a2591f 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -265,6 +265,15 @@ print ""; + + UPLOAD_ERR_NO_TMP_DIR + + + Value: 6; Missing a temporary folder. Introduced in PHP 4.3.10 and PHP + 5.0.3. + + +