mike            Thu Nov  3 08:49:07 2005 EDT

  Modified files:              
    /phpdoc/en/reference/curl   reference.xml 
  Log:
  - use libcurl where CURL was used to prevent confusion, requested by Daniel 
Stenberg
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/reference.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.13 
phpdoc/en/reference/curl/reference.xml:1.14
--- phpdoc/en/reference/curl/reference.xml:1.13 Sun Sep  4 15:39:09 2005
+++ phpdoc/en/reference/curl/reference.xml      Thu Nov  3 08:49:05 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- Purpose: remote.other -->
 <!-- Membership: bundled, external -->
 
@@ -28,12 +28,12 @@
    <section id="curl.requirements">
     &reftitle.required;
     <para>
-     In order to use the CURL functions you need to install the <ulink
-     url="&url.curl;">CURL</ulink> package. PHP requires that you use
-     CURL 7.0.2-beta or higher. In PHP 4.2.3, you will need 
-     CURL version 7.9.0 or higher.  From PHP 4.3.0, you will need a CURL
+     In order to use PHP's CURL functions you need to install the <ulink
+     url="&url.curl;">libcurl</ulink> package. PHP requires that you use
+     libcurl 7.0.2-beta or higher. In PHP 4.2.3, you will need 
+     libcurl version 7.9.0 or higher.  From PHP 4.3.0, you will need a libcurl
      version that's 7.9.8 or higher.  PHP 5.0.0 requires
-     a CURL version 7.10.5 or greater.
+     a libcurl version 7.10.5 or greater.
     </para>
    </section>
    

Reply via email to