From 59ba766ceaf7e72fa6d507d64e74de163e19b8d1 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Fri, 9 Dec 2005 21:51:59 +0000 Subject: [PATCH] - 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 --- reference/curl/functions/curl-setopt.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index ce12b2e4b2..9fdd70a2e8 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + @@ -88,8 +88,8 @@ CURLOPT_FAILONERROR &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.