derick          Mon Oct  7 13:03:21 2002 EDT

  Modified files:              
    /phpdoc/en/reference/curl   reference.xml 
  Log:
  - Fix curl requirements
  
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.3 
phpdoc/en/reference/curl/reference.xml:1.4
--- phpdoc/en/reference/curl/reference.xml:1.3  Fri Apr 19 11:06:04 2002
+++ phpdoc/en/reference/curl/reference.xml      Mon Oct  7 13:03:21 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.curl">
   <title>CURL, Client URL Library Functions</title>
   <titleabbrev>CURL</titleabbrev>
@@ -28,7 +28,8 @@
      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. PHP will not work with any version of
-     CURL below version 7.0.2-beta.
+     CURL below version 7.0.2-beta. From PHP version 4.2.3 you will atleast
+     need CURL version 7.9.0 or higher.
     </para>
    </section>
    



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to