mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
GD php3 and odbc php3 options integrated in extension docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126969 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
02db2956a6
commit
580ca29de3
2 changed files with 2 additions and 27 deletions
|
@ -1,22 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<sect3 id="install.configure.options.databases">
|
||||
<title>Database options</title>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry id="install.configure.disable-unified-odbc">
|
||||
<term>
|
||||
<parameter>--disable-unified-odbc</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable unified ODBC support. Only applicable if
|
||||
iODBC, Adabas, Solid, Velocis or a custom ODBC
|
||||
interface is enabled. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -1,18 +1,8 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<sect3 id="install.configure.options.graphics">
|
||||
<title>Graphics options</title>
|
||||
<variablelist>
|
||||
<varlistentry id="install.configure.without-gd">
|
||||
<term>
|
||||
<parameter>--without-gd</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable GD support. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-imagick">
|
||||
<term>
|
||||
<parameter>--with-imagick</parameter>
|
||||
|
|
Loading…
Reference in a new issue