From 75c40cecfee3bf74d632b8cdb18c5d764e360de1 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 2 Dec 2002 18:08:28 +0000 Subject: [PATCH] Minor formatting. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106579 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.