vrana Thu Mar 31 16:41:26 2005 EDT
Modified files:
/phpdoc/en/reference/ftp configure.xml
Log:
enable-ftp works with PHP 5 too (part of bug #31567)
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/configure.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ftp/configure.xml
diff -u phpdoc/en/reference/ftp/configure.xml:1.2
phpdoc/en/reference/ftp/configure.xml:1.3
--- phpdoc/en/reference/ftp/configure.xml:1.2 Sun Jan 16 01:02:13 2005
+++ phpdoc/en/reference/ftp/configure.xml Thu Mar 31 16:41:25 2005
@@ -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>