diff --git a/appendices/configure/index.xml b/appendices/configure/index.xml index 19001b78bd..ce6178e999 100644 --- a/appendices/configure/index.xml +++ b/appendices/configure/index.xml @@ -1,46 +1,58 @@ - - - + - 配置选项 + Configure options - 核心配置选项列表 + List of core configure options - 下面是 PHP 的 configure 脚本使用的部分选项的列表,用于类 Unix 环境的编译。大部分配置选项在扩展模块参考页面适当的位置列出,而不是在这里。要查看所有可用配置选项的列表,在运行 autoconf 命令后在 PHP 的源代码目录运行 ./configure --help (参见安装章节)。您也可以阅读 GNU configure 文档以获得有关 configure 命令的更详细信息,例如 --prefix=PREFIX。 + 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. - 这些选项只用在编译的时候。如果您想要修改 PHP 的运行时配置,请阅读运行时配置。 + 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 行为 + PHP Behaviour - 服务器 + Server - 在 PHP 4 中的配置选项 + Configure Options in PHP 4 - 这些选项仅适用于 PHP 4.1.0 以上版本。尽管某些选项可以用在较旧版本的 PHP 4,甚至 PHP 3,如果您想编译旧版本的 PHP,请注意有些选项不可用。 + 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;