nicos Thu Jan 9 08:20:55 2003 EDT Modified files: /phpdoc/en/reference/curl reference.xml Log: Applying Andrey's patch Index: phpdoc/en/reference/curl/reference.xml diff -u phpdoc/en/reference/curl/reference.xml:1.7 phpdoc/en/reference/curl/reference.xml:1.8 --- phpdoc/en/reference/curl/reference.xml:1.7 Thu Jan 9 08:10:11 2003 +++ phpdoc/en/reference/curl/reference.xml Thu Jan 9 08:20:55 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <reference id="ref.curl"> <title>CURL, Client URL Library Functions</title> <titleabbrev>CURL</titleabbrev> @@ -41,7 +41,7 @@ &reftitle.examples; <para> Once you've compiled PHP with CURL support, you can begin using - the curl functions. The basic idea behind the CURL functions is + the CURL functions. The basic idea behind the CURL functions is that you initialize a CURL session using the <function>curl_init</function>, then you can set all your options for the transfer via the <function>curl_setopt</function>,
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php