Minor prose fixup..

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50907 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ken Coar 2001-07-08 13:52:31 +00:00
parent 860f5c5163
commit a86d451b11

View file

@ -4,13 +4,13 @@
<partintro id="curl.partintro">
<para>
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.
</para>
<para>