diff options
Diffstat (limited to 'ext/curl/package.xml')
-rw-r--r-- | ext/curl/package.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/curl/package.xml b/ext/curl/package.xml index f54abaf872..24f62b1f66 100644 --- a/ext/curl/package.xml +++ b/ext/curl/package.xml @@ -12,13 +12,13 @@ </maintainer> </maintainers> <description> -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 +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 user+password authentication. </description> <license>PHP</license> |