dave            Fri Dec  9 16:52:02 2005 EDT

  Modified files:              
    /phpdoc/en/reference/curl/functions curl-setopt.xml 
  Log:
  - Response code errors are >=400, not >300. Fixes #35616.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-setopt.xml?r1=1.20&r2=1.21&ty=u
Index: phpdoc/en/reference/curl/functions/curl-setopt.xml
diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.20 
phpdoc/en/reference/curl/functions/curl-setopt.xml:1.21
--- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.20     Sun Jul 17 
11:44:49 2005
+++ phpdoc/en/reference/curl/functions/curl-setopt.xml  Fri Dec  9 16:51:59 2005
@@ -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>

Reply via email to