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
This commit is contained in:
David Hedbor 2001-01-25 21:28:54 +00:00
parent f2c08ee828
commit c08a613e6f

View file

@ -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.