From 2726a42e43b7b2ce0579d9e2eb969638ef39da0f Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 20 Jul 2012 05:53:22 +0000 Subject: [PATCH] Fix doc bug #62506 (follow_location should be bool instead of int) and also add a missing full stop on the same page. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326722 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/context/http.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/language/context/http.xml b/language/context/http.xml index d507668da2..2195ade54c 100644 --- a/language/context/http.xml +++ b/language/context/http.xml @@ -115,10 +115,11 @@ - Follow Location: .. redirects. + Follow Location header redirects. Set to + 0 to disable. - Defaults to &true;. + Defaults to 1. @@ -185,7 +186,7 @@ Fetch the content even on failure status codes. - Defaults to &false; + Defaults to &false;.