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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
|
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 297028 $ -->
<sect3 xml:id="configure.options.misc" xmlns="http://docbook.org/ns/docbook">
<title>Misc options</title>
<variablelist>
<varlistentry xml:id="configure.enable-debug">
<term>
<option role="configure">--enable-debug</option>
</term>
<listitem>
<para>
Compile with debugging symbols.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-layout">
<term>
<option role="configure">--with-layout=TYPE</option>
</term>
<listitem>
<para>
Sets how installed files will be laid out. Type is one of PHP (default)
or GNU.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-pear">
<term>
<option role="configure">--with-pear=DIR</option>
</term>
<listitem>
<para>
Install PEAR in DIR (default PREFIX/lib/php).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.without-pear">
<term>
<option role="configure">--without-pear</option>
</term>
<listitem>
<para>
Do not install PEAR.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-sigchild">
<term>
<option role="configure">--enable-sigchild</option>
</term>
<listitem>
<para>
Enable PHP's own SIGCHLD handler.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.disable-rpath">
<term>
<option role="configure">--disable-rpath</option>
</term>
<listitem>
<para>
Disable passing additional runtime library search paths.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-libgcc">
<term>
<option role="configure">--enable-libgcc</option>
</term>
<listitem>
<para>
Enable explicitly linking against libgcc.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-php-streams">
<term>
<option role="configure">--enable-php-streams</option>
</term>
<listitem>
<para>
Include experimental PHP streams. Do not use unless you are testing the
code!
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-zlib-dir">
<term>
<option role="configure">--with-zlib-dir[=DIR]</option>
</term>
<listitem>
<para>
Define the location of zlib install directory.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-trans-sid">
<term>
<option role="configure">--enable-trans-sid</option>
</term>
<listitem>
<para>
Enable transparent session id propagation. Only valid for PHP 4.1.2 or
less. From PHP 4.2.0, trans-sid feature is always compiled.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-tsrm-pthreads">
<term>
<option role="configure">--with-tsrm-pthreads</option>
</term>
<listitem>
<para>
Use POSIX threads (default).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-shared">
<term>
<option role="configure">--enable-shared[=PKGS]</option>
</term>
<listitem>
<para>
Build shared libraries [default=yes].
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-static">
<term>
<option role="configure">--enable-static[=PKGS]</option>
</term>
<listitem>
<para>
Build static libraries [default=yes].
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-fast-install">
<term>
<option role="configure">--enable-fast-install[=PKGS]</option>
</term>
<listitem>
<para>
Optimize for fast installation [default=yes].
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-gnu-ld">
<term>
<option role="configure">--with-gnu-ld</option>
</term>
<listitem>
<para>
Assume the C compiler uses GNU ld [default=no].
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.disable-libtool-lock">
<term>
<option role="configure">--disable-libtool-lock</option>
</term>
<listitem>
<para>
Avoid locking (might break parallel builds).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-pic">
<term>
<option role="configure">--with-pic</option>
</term>
<listitem>
<para>
Try to use only PIC/non-PIC objects [default=use both].
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-memory-limit">
<term>
<option role="configure">--enable-memory-limit</option>
</term>
<listitem>
<para>
Compile with memory limit support.
(not available since PHP 5.2.1 - always enabled)
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.disable-url-fopen-wrapper">
<term>
<option role="configure">--disable-url-fopen-wrapper</option>
</term>
<listitem>
<para>
Disable the URL-aware fopen wrapper that allows
accessing files via HTTP or FTP.
(not available since PHP 5.2.5)
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.enable-versioning.php4">
<term>
<option role="configure">--enable-versioning</option>
</term>
<listitem>
<para>
Export only required symbols.
See INSTALL for more information.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
<!-- 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
-->
|