From db0cbbea0029717aca6f15e79294c58bf5cb308e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 6 Dec 2005 14:33:50 +0000 Subject: [PATCH] Meaning of max_redirects = 0 (bug #35555) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202238 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index a47c5a1dfb..f75aa6e98b 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -343,7 +343,9 @@ foreach($meta_data['wrapper_data'] as $response) { max_redirects - The max number of redirects to follow. Added in PHP 5.1.0. + The max number of redirects to follow. Value 1 or + less means that no redirects are followed. + Added in PHP 5.1.0. 20