-
Notifications
You must be signed in to change notification settings - Fork 62
/
index.xml
77 lines (72 loc) · 2.64 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2bb07c8c43f028c665a33bfc08a22639e9e35dc6 Maintainer: takagi Status: ready -->
<appendix xml:id="configure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Configure オプション</title>
<sect1 xml:id="configure.about">
<title>中心となる configure オプションのリスト</title>
<para>
以下のリストは、Unix 系の環境で PHP をコンパイルする際に用いられる
<filename>configure</filename> スクリプトのオプションの一部です。
ほとんどのオプションはそれぞれの拡張モジュールのリファレンスページで
説明されており、ここにはありません。最新の configure オプションの
完全なリストを得るには、PHP のソースディレクトリで
<command>autoconf</command> を実行した後、<command>./configure --help</command>
を実行してください(<link linkend="install">インストールと設定</link>
も参照ください)。<literal>--prefix=PREFIX</literal> のような追加の
<command>configure</command> オプションについて興味がある方は、
<link xlink:href="&url.gnu.configure;">GNU configure</link> のドキュメントが
参考になるでしょう。
</para>
<note>
<para>
これらの設定はコンパイル時にのみ使用可能です。PHP の動作を
実行時に設定したい場合は、<link
linkend="configuration">実行時設定</link> の章を参照ください。
</para>
</note>
<itemizedlist>
<listitem>
<simpara>
<link linkend="configure.options.misc">一般</link>
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="configure.options.php">PHP の動作</link>
</simpara>
</listitem>
<listitem>
<simpara>
<link linkend="configure.options.servers">サーバー</link>
</simpara>
</listitem>
</itemizedlist>
<sect2 xml:id="configure.options">
<title>PHP の Configure オプション</title>
&appendices.configure.misc;
&appendices.configure.php;
&appendices.configure.servers;
</sect2>
</sect1>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->