[PHP-DOC] cvs: phpdoc /en/features file-upload.xml From: Sara Golemon (php <email protected>)
Date: 12/02/02

pollita Mon Dec 2 01:17:42 2002 EDT

  Modified files:
    /phpdoc/en/features file-upload.xml
  Log:
  Formatting fix.
  
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.51 phpdoc/en/features/file-upload.xml:1.52
--- phpdoc/en/features/file-upload.xml:1.51 Mon Dec 2 00:57:11 2002
+++ phpdoc/en/features/file-upload.xml Mon Dec 2 01:17:41 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.51 $ -->
+<!-- $Revision: 1.52 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -372,10 +372,12 @@
 
   <sect1 id="features.file-upload.put-method">
    <title>PUT method support</title>
- <para>
+ <simpara>
     PUT method support has changed between PHP3 and PHP4.
     In PHP4, 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>
      <programlisting role="php">
@@ -399,10 +401,12 @@
 ]]>
      </programlisting>
     </example>
- <note>
- All documentation below applies to PHP3 only.
- </note>
    </para>
+ <note>
+ <para>
+ All documentation below applies to PHP3 only.
+ </para>
+ </note>
    <para>
     PHP provides support for the HTTP PUT method used by clients such
     as Netscape Composer and W3C Amaya. PUT requests are much simpler

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