mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
77d5832747
commit
2726a42e43
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue