vrana Fri Jul 8 04:32:18 2005 EDT
Modified files:
/phpdoc/en/reference/curl reference.xml
Log:
PHP 5 requires CURL 7.10.5 (bug #33611)
Remove duplicate sentence
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/reference.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.11
phpdoc/en/reference/curl/reference.xml:1.12
--- phpdoc/en/reference/curl/reference.xml:1.11 Fri Mar 5 21:40:20 2004
+++ phpdoc/en/reference/curl/reference.xml Fri Jul 8 04:32:15 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<reference id="ref.curl">
<title>CURL, Client URL Library Functions</title>
<titleabbrev>CURL</titleabbrev>
@@ -27,11 +27,10 @@
<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. PHP will not work with any version of
- CURL below version 7.0.2-beta. In PHP 4.2.3, you will need
+ 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
- version that's 7.9.8 or higher. PHP 5.0.0 will most likely require
- a CURL version greater than 7.10.5
+ version that's 7.9.8 or higher. PHP 5.0.0 requires
+ a CURL version 7.10.5 or greater.
</para>
</section>