Add latest CURL version requirements.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130812 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-06-10 03:08:01 +00:00
parent 581435de63
commit 493eacac22

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<reference id="ref.curl">
<title>CURL, Client URL Library Functions</title>
<titleabbrev>CURL</titleabbrev>
@ -28,8 +28,10 @@
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. From PHP version 4.2.3 you will atleast
need CURL version 7.9.0 or higher.
CURL below version 7.0.2-beta. In PHP version 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
</para>
</section>