diff --git a/features/file-upload.xml b/features/file-upload.xml index d2ef186d75..8943ae5411 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -373,13 +373,13 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file PUT method support - PUT method support has changed between PHP3 and PHP4. - In PHP4, one should use the standard input stream to read + PUT method support has changed between PHP 3 and PHP 4. + In PHP 4, one should use the standard input stream to read the contents of an HTTP PUT. - Saving HTTP PUT files with PHP4 + Saving HTTP PUT files with PHP 4 - All documentation below applies to PHP3 only. + All documentation below applies to PHP 3 only.