mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Response code errors are >=400, not >300. Fixes #35616.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202532 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9492c0c9cc
commit
59ba766cea
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.curl-setopt">
|
||||
<refnamediv>
|
||||
|
@ -88,8 +88,8 @@
|
|||
<entry><constant>CURLOPT_FAILONERROR</constant></entry>
|
||||
<entry>
|
||||
&true; to fail silently if the HTTP code returned
|
||||
is greater than 300. The default behavior is to return the page
|
||||
normally, ignoring the code.
|
||||
is greater than or equal to 400. The default behavior is to return
|
||||
the page normally, ignoring the code.
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue