From 6adede79611128bf2b708e8f9640dced398b2a99 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 12 Jul 2002 22:19:53 +0000 Subject: [PATCH] Typo fix (note to self: make test first) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88515 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index c4f8ba0597..0867483aa3 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -246,7 +246,7 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file Value: 1; The uploaded file exceeds the - upload_max_filesize + upload_max_filesize directive in &php.ini;. @@ -278,11 +278,11 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file - - + + These became PHP constants in PHP 4.3.0 - - + +