From 400d6eb5b7c831a48cbd5ad53994105b9e27274b Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Wed, 9 Oct 2013 06:30:16 +0000 Subject: [PATCH] #61911 incorrect description of option constant git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331739 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 563ac4f9a0..3ad3601e6b 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -130,7 +130,7 @@ CURLOPT_FAILONERROR - &true; to fail silently if the HTTP code returned + &true; to fail verbosely if the HTTP code returned is greater than or equal to 400. The default behavior is to return the page normally, ignoring the code.