From a86d451b1153cb99135b213015d590f586a5f661 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Sun, 8 Jul 2001 13:52:31 +0000 Subject: [PATCH] Minor prose fixup.. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50907 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/curl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/curl.xml b/functions/curl.xml index 46e7c4d8b2..ed31de0ee0 100644 --- a/functions/curl.xml +++ b/functions/curl.xml @@ -4,13 +4,13 @@ - PHP supports libcurl, a library, created by Daniel Stenberg, that + PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP's - ftp extension), HTTP form based upload, proxies, cookies and + ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication.