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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<sect1 id="install.configure">
<title>Complete list of configure options</title>
<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">Configuration</link>.
</para>
</note>
<para>
The following is a complete list of options supported by PHP 4
<filename>configure</filename> scripts (as of 4.1.0), used when
compiling in Unix-like environments. Some are available in PHP 3,
some in PHP 4, and some in both. This is not noted yet.
<!-- There are many options
the names of which have changed between PHP 3 and PHP 4, but which
accomplish the same things. These entries are cross-referenced to
each other, so if you have a problem getting your PHP 3-era
configuration options to work, check here to see whether the names
have changed.
-->
</para>
<itemizedlist>
<listitem>
<para>
<link linkend="install.configure.options.databases">Database</link>
</para>
</listitem>
<!--
<listitem>
<para>
<link linkend="install.configure.options.ecommerce">Ecommerce</link>
</para>
</listitem>
-->
<listitem>
<para>
<link linkend="install.configure.options.graphics">Graphics</link>
</para>
</listitem>
<listitem>
<para>
<link linkend="install.configure.options.misc">Miscellaneous</link>
</para>
</listitem>
<!--
<listitem>
<para>
<link linkend="install.configure.options.networking">Networking</link>
</para>
</listitem>
-->
<listitem>
<para>
<link linkend="install.configure.options.php">PHP Behaviour</link>
</para>
</listitem>
<listitem>
<para>
<link linkend="install.configure.options.servers">Server</link>
</para>
</listitem>
<!--
<listitem>
<para>
<link linkend="install.configure.options.text">Text and language</link>
</para>
</listitem>
-->
<listitem>
<para>
<link linkend="install.configure.options.xml">XML</link>
</para>
</listitem>
</itemizedlist>
<sect2 id="install.configure.options">
<title>Configure Options in 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.
</para>
</note>
&chapters.install.configure.databases;
&chapters.install.configure.graphics;
&chapters.install.configure.misc;
&chapters.install.configure.php;
&chapters.install.configure.servers;
&chapters.install.configure.xml;
</sect2>
</sect1>
<!-- 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:"../../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
-->
|