pollita         Fri Jun 13 15:31:42 2003 EDT

  Modified files:              
    /phpdoc/en/appendices       wrappers.xml 
  Log:
  Update to http context option
  
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.18 phpdoc/en/appendices/wrappers.xml:1.19
--- phpdoc/en/appendices/wrappers.xml:1.18      Wed May 21 06:34:22 2003
+++ phpdoc/en/appendices/wrappers.xml   Fri Jun 13 15:31:41 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 <appendix id="wrappers">
  <title>List of Supported Protocols/Wrappers</title>
  <para>
@@ -106,7 +106,9 @@
      <tbody>
       <row>
        <entry><literal>method</literal></entry>
-       <entry><constant>GET</constant> or <constant>POST</constant>
+       <entry>
+        <constant>GET</constant>, <constant>POST</constant>, or
+        any other HTTP method supported by the remote server.
        </entry>
        <entry><constant>GET</constant></entry>
       </row>
@@ -133,7 +135,7 @@
        <entry><literal>content</literal></entry>
        <entry>
         Additional data to be sent after the headers.  Typically used
-        with POST requests.
+        with POST or PUT requests.
        </entry>
        <entry></entry>
       </row>



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

Reply via email to