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
This commit is contained in:
Adam Harvey 2012-07-20 05:53:22 +00:00
parent 77d5832747
commit 2726a42e43

View file

@ -115,10 +115,11 @@
</term>
<listitem>
<para>
Follow <literal>Location: ..</literal> redirects.
Follow <literal>Location</literal> header redirects. Set to
<literal>0</literal> to disable.
</para>
<para>
Defaults to &true;.
Defaults to <literal>1</literal>.
</para>
</listitem>
</varlistentry>
@ -185,7 +186,7 @@
Fetch the content even on failure status codes.
</para>
<para>
Defaults to &false;
Defaults to &false;.
</para>
</listitem>
</varlistentry>