mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4424d95a18
commit
c6d8784c77
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue