From acc4bf4eac81345932de778df2686ecc4eea88c2 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 30 Jan 2004 00:28:56 +0000 Subject: [PATCH] Document 'request_fulluri' context option git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150132 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 953cad2e08..344909fb83 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -271,6 +271,17 @@ foreach(stream_get_meta_data($fp) as $response) { + + request_fulluri + + When set to &true;, the entire URI will be used when + constructing the request. (i.e. + GET http://www.example.com/path/to/file.html HTTP/1.0). + While this is a non-standard request format, some + proxy servers require it. + + &false; +