From 51955a3767d8c58bcfac59f43fdf3b73b440ac74 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Wed, 2 Jun 2004 09:49:02 +0000 Subject: [PATCH] moving the configure index to the appendices/configure folder, where it belongs for consistency, also applying the patch sent by Antony to fix containers used in that file git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160349 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/configure.xml | 80 -------------------------------- appendices/configure/index.xml | 84 ++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 80 deletions(-) delete mode 100644 appendices/configure.xml create mode 100644 appendices/configure/index.xml diff --git a/appendices/configure.xml b/appendices/configure.xml deleted file mode 100644 index 36dbd5d8e0..0000000000 --- a/appendices/configure.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - List of core configure options - - Below is a partial list of configure options used by the PHP - configure scripts when compiling in Unix-like - environments. Most configure options are listed in their appropriate - locations on the extension reference pages and not here. For a complete - up-to-date list of configure options, run ./configure --help - in your PHP source directory after running autoconf - (see also the Installation chapter). - You may also be interested in reading the - GNU configure documentation for - information on additional configure options such as - --prefix=PREFIX. - - - - - These are only used at compile time. If you want to alter PHP's - runtime configuration, please see the chapter on Runtime Configuration. - - - - - - - Miscellaneous - - - - - PHP Behaviour - - - - - Server - - - - - - Configure Options in PHP 4 - - - These options are only used in PHP 4 as of PHP 4.1.0. - Some are available in older versions of PHP 4, some even in PHP 3, some only in PHP 4.1.0. - If you want to compile an older version, some options will probably - not be available. - - - &appendices.configure.misc; - &appendices.configure.php; - &appendices.configure.servers; - - - - diff --git a/appendices/configure/index.xml b/appendices/configure/index.xml new file mode 100644 index 0000000000..746dad7548 --- /dev/null +++ b/appendices/configure/index.xml @@ -0,0 +1,84 @@ + + + + Configure options + + + List of core configure options + + Below is a partial list of configure options used by the PHP + configure scripts when compiling in Unix-like + environments. Most configure options are listed in their appropriate + locations on the extension reference pages and not here. For a complete + up-to-date list of configure options, run ./configure --help + in your PHP source directory after running autoconf + (see also the Installation chapter). + You may also be interested in reading the + GNU configure documentation for + information on additional configure options such as + --prefix=PREFIX. + + + + + These are only used at compile time. If you want to alter PHP's + runtime configuration, please see the chapter on Runtime Configuration. + + + + + + + Miscellaneous + + + + + PHP Behaviour + + + + + Server + + + + + + Configure Options in PHP 4 + + + These options are only used in PHP 4 as of PHP 4.1.0. + Some are available in older versions of PHP 4, some even in PHP 3, some only in PHP 4.1.0. + If you want to compile an older version, some options will probably + not be available. + + + &appendices.configure.misc; + &appendices.configure.php; + &appendices.configure.servers; + + + + +