pollita         Mon Dec  2 13:08:29 2002 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  Minor formatting.
  
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.52 phpdoc/en/features/file-upload.xml:1.53
--- phpdoc/en/features/file-upload.xml:1.52     Mon Dec  2 01:17:41 2002
+++ phpdoc/en/features/file-upload.xml  Mon Dec  2 13:08:28 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.52 $ -->
+<!-- $Revision: 1.53 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -373,13 +373,13 @@
   <sect1 id="features.file-upload.put-method">
    <title>PUT method support</title>
    <simpara>
-    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.
    </simpara>
    <para>
     <example>
-     <title>Saving HTTP PUT files with PHP4</title>
+     <title>Saving HTTP PUT files with PHP 4</title>
      <programlisting role="php">
 <![CDATA[
 <?php
@@ -404,7 +404,7 @@
    </para>
    <note>
     <para>
-     All documentation below applies to PHP3 only.
+     All documentation below applies to PHP 3 only.
     </para>
    </note>
    <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to