pollita Thu Jan 29 19:28:57 2004 EDT
Modified files: /phpdoc/en/appendices wrappers.xml Log: Document 'request_fulluri' context option http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.34&r2=1.35&ty=u Index: phpdoc/en/appendices/wrappers.xml diff -u phpdoc/en/appendices/wrappers.xml:1.34 phpdoc/en/appendices/wrappers.xml:1.35 --- phpdoc/en/appendices/wrappers.xml:1.34 Wed Jan 28 19:35:21 2004 +++ phpdoc/en/appendices/wrappers.xml Thu Jan 29 19:28:56 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.34 $ --> +<!-- $Revision: 1.35 $ --> <appendix id="wrappers"> <title>List of Supported Protocols/Wrappers</title> <para> @@ -271,6 +271,17 @@ </entry> <entry></entry> </row> + <row> + <entry><literal>request_fulluri</literal></entry> + <entry> + When set to &true;, the entire URI will be used when + constructing the request. (i.e. + <literal>GET http://www.example.com/path/to/file.html HTTP/1.0</literal>). + While this is a non-standard request format, some + proxy servers require it. + </entry> + <entry>&false;</entry> + </row> </tbody> </tgroup> </table>