enable-ftp works with PHP 5 too (part of bug #31567)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183305 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-03-31 21:41:25 +00:00
parent 4424d95a18
commit c6d8784c77

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="ftp.installation">
&reftitle.install;
<para>
In order to use FTP functions with your PHP configuration, you should
add the <option role="configure">--enable-ftp</option> option when
installing PHP 4 or <option role="configure">--with-ftp</option> when using
PHP 3.
installing PHP 4 or greater or <option role="configure">--with-ftp</option>
when using PHP 3.
</para>
&windows.builtin;
</section>