diff --git a/functions/curl.xml b/functions/curl.xml index 549f0d01a3..fcd722fb1b 100644 --- a/functions/curl.xml +++ b/functions/curl.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -162,7 +162,7 @@ curl_close ($ch); CURLOPT_NOPROGRESS: Set this option to a non-zero value if you don't want PHP to display a progress - meter for CURL transfers + meter for CURL transfers. PHP automatically sets this option to a non-zero parameter, @@ -335,7 +335,7 @@ curl_close ($ch); CURLOPT_USERPWD: Pass a string formatted in the [username]:[password] manner, for PHP to use - for the connection. connection. + for the connection.