php-doc-en/appendices/configure/misc.xml
2021-04-24 20:01:17 +03:00

204 lines
5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<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.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-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
-->