From c08a613e6f91c2f2455923eb0fc31ce309691b89 Mon Sep 17 00:00:00 2001 From: David Hedbor Date: Thu, 25 Jan 2001 21:28:54 +0000 Subject: [PATCH] Removed --enable-track-vars from Caudium install instructions since it's not required anymore. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40154 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/install.xml b/chapters/install.xml index 087361d72e..e5b5794076 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -3538,7 +3538,7 @@ Paul Mckay. 7.0.268 or newer. For the sake of this example we assume that Caudium is installed in /opt/caudium/server/. 2. Change directory to php-x.y.z (where x.y.z is the version number). -3. ./configure --with-caudium=/opt/caudium/server --enable-track-vars +3. ./configure --with-caudium=/opt/caudium/server 4. make 5. make install 6. Restart Caudium if it's currently running.