mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
> --with-bz2 (bz2.xml)
Added > --with-gmp (gmp.xml) Added > --with-mnogosearch (mnogosearch.xml) Added > --with-ovrimos (ovrimos.xml) Added > --enable-shared-pdflib (pdfflib.xml) Added > --with-recode (recode.xml) Added > --enable-shmop (shmop.xml) Added > --enable-wddx (wddx.xml) Added git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42148 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c50579e6f8
commit
f4eb300542
1 changed files with 67 additions and 0 deletions
|
@ -827,6 +827,15 @@ Paul Mckay.
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ovrimos">
|
||||
<term>
|
||||
<parameter>--with-ovrimos</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 3, PHP 4: Include Ovrimos support.
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-oci8">
|
||||
<term>
|
||||
<parameter>--with-oci8[=DIR]</parameter>
|
||||
|
@ -1299,7 +1308,20 @@ Paul Mckay.
|
|||
<para>
|
||||
These are being classified over time, where appropriate.
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
|
||||
<varlistentry id="install.configure.gmp">
|
||||
<term>
|
||||
<parameter>--with-gmp</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 3, PHP 4 : Include GMP support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.disable-bcmath">
|
||||
<term>
|
||||
<parameter>--disable-bcmath</parameter>
|
||||
|
@ -1938,6 +1960,17 @@ Paul Mckay.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.enable-shared-pdflib">
|
||||
<term>
|
||||
<parameter>--enable-shared-pdflib</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 3, PHP 4: Activate pdflib as shared librairy.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.with-readline">
|
||||
<term>
|
||||
<parameter>--with-readline[=DIR]</parameter>
|
||||
|
@ -2052,6 +2085,18 @@ Paul Mckay.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.with-bzip2-dir">
|
||||
<term>
|
||||
<parameter>--with-bzip[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 3, PHP 4: Include support bzip2. DIR
|
||||
is the bzip2 install dir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.with-zlib-dir">
|
||||
<term>
|
||||
<parameter>--with-zlib-dir[=DIR]</parameter>
|
||||
|
@ -2290,6 +2335,16 @@ Paul Mckay.
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.with-mnogosearch">
|
||||
<term>
|
||||
<parameter>--with-mnogosearch</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 3, PHP 4: Include mnoGoSearch support.
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
@ -2595,6 +2650,18 @@ Paul Mckay.
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="install.configure.enable-shmop">
|
||||
<term>
|
||||
<parameter>--enable-shmop</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 3, PHP 4 : Activate shmop support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue