From ef85efc89191c8009537a74d95198c3d31951ae7 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sat, 29 Jun 2002 02:28:05 +0000 Subject: [PATCH] a typo fixed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87104 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 213c017adc..891ebeb7b1 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -119,7 +119,7 @@ Send this file: In PHP versions prior 4.1.0 this was named - $HTTP_POST_VARS and was not an autoglobal variable. + $HTTP_POST_FILES and was not an autoglobal variable. PHP 3 does not support $HTTP_POST_FILES.