From d875c463b3ca2e8b9afaf404bfb8e8a8545322bf Mon Sep 17 00:00:00 2001
From: Sara Golemon <pollita@php.net>
Date: Fri, 13 Jun 2003 19:31:41 +0000
Subject: [PATCH] Update to http context option

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131403 c90b9560-bf6c-de11-be94-00142212c4b1
---
 appendices/wrappers.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml
index f6e9de7b6f..c6bd8728eb 100644
--- a/appendices/wrappers.xml
+++ b/appendices/wrappers.xml
@@ -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>