class007 Sun Jun 20 06:18:22 2004 EDT
Modified files:
/phpdoc/en/appendices/configure index.xml
Log:
no message
http://cvs.php.net/diff.php/phpdoc/en/appendices/configure/index.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/appendices/configure/index.xml
diff -u phpdoc/en/appendices/configure/index.xml:1.1
phpdoc/en/appendices/configure/index.xml:1.2
--- phpdoc/en/appendices/configure/index.xml:1.1 Wed Jun 2 05:49:02 2004
+++ phpdoc/en/appendices/configure/index.xml Sun Jun 20 06:18:22 2004
@@ -1,58 +1,46 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
+<!-- $Author: class007 $ -->
+<!-- EN-Revision: 1.1 Maintainer: class007 Status: ready -->
<appendix id="configure">
- <title>Configure options</title>
+ <title>����ѡ��</title>
<sect1 id="configure.about">
- <title>List of core configure options</title>
+ <title>��������ѡ���б�</title>
<para>
- Below is a partial list of configure options used by the PHP
- <filename>configure</filename> 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 <command>./configure --help</command>
- in your PHP source directory after running <command>autoconf</command>
- (see also the <link linkend="installation">Installation chapter</link>).
- You may also be interested in reading the
- <ulink url="&url.gnu.configure;">GNU configure</ulink> documentation for
- information on additional <command>configure</command> options such as
- <literal>--prefix=PREFIX</literal>.
+ ������ PHP �� <filename>configure</filename> �ű�ʹ�õIJ���ѡ����б��������� Unix
�����ı��롣������ѡ������չģ��ο�ҳ���ʵ���λ���г��������������Ҫ�鿴���п�������ѡ����б���������
<command>autoconf</command> ������� PHP ��Դ����Ŀ¼���� <command>./configure
--help</command> (�μ�<link linkend="installation">��װ�½�</link>)����Ҳ�����Ķ�
<ulink url="&url.gnu.configure;">GNU configure</ulink> �ĵ��Ի���й�
<command>configure</command> ����ĸ���ϸ��Ϣ������
<literal>--prefix=PREFIX</literal>��
</para>
<note>
<para>
- These are only used at compile time. If you want to alter PHP's
- runtime configuration, please see the chapter on <link
- linkend="configuration">Runtime Configuration</link>.
+ ��Щѡ��ֻ���ڱ����ʱ���������Ҫ�� PHP ������ʱ���ã����Ķ�<link
+ linkend="configuration">����ʱ����</link>��
</para>
</note>
<itemizedlist>
<listitem>
<para>
- <link linkend="configure.options.misc">Miscellaneous</link>
+ <link linkend="configure.options.misc">����</link>
</para>
</listitem>
<listitem>
<para>
- <link linkend="configure.options.php">PHP Behaviour</link>
+ <link linkend="configure.options.php">PHP ��Ϊ</link>
</para>
</listitem>
<listitem>
<para>
- <link linkend="configure.options.servers">Server</link>
+ <link linkend="configure.options.servers">������</link>
</para>
</listitem>
</itemizedlist>
<sect2 id="configure.options">
- <title>Configure Options in PHP 4</title>
+ <title>�� PHP 4 �е�����ѡ��</title>
<note>
<para>
- 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.
+ ��Щѡ��������� PHP 4.1.0 ���ϰ汾������ijЩѡ��������ڽϾɰ汾�� PHP 4������
PHP 3������������ɰ汾�� PHP����ע����Щѡ����á�
</para>
</note>
&appendices.configure.misc;