- 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:
Dave Barr 2005-12-09 21:51:59 +00:00
parent 9492c0c9cc
commit 59ba766cea

View file

@ -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>