mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Replace --enable example with ftp instead of the deprecated track-vars
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132290 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e6d101dd00
commit
fa95fc1f80
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<sect1 id="install.unix">
|
||||
<title>Installation on UNIX systems</title>
|
||||
<para>
|
||||
|
@ -109,7 +109,7 @@
|
|||
5. cd apache_1.3.x
|
||||
6. ./configure --prefix=/www
|
||||
7. cd ../php-x.x.x
|
||||
8. ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
|
||||
8. ./configure --with-mysql --with-apache=../apache_1.3.x --enable-ftp
|
||||
9. make
|
||||
10. make install
|
||||
11. cd ../apache_1.3.x
|
||||
|
|
Loading…
Reference in a new issue