GD php3 and odbc php3 configure options moved from chapter/install.configure

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126971 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2003-05-14 12:08:59 +00:00
parent 74f1f1a283
commit cc3b3a2947
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<section id="image.installation">
&reftitle.install;
<para>
@ -13,6 +13,11 @@
Also note that the preferred truecolor image functions, such as
<function>imagecreatetruecolor</function>, require GD2.
</para>
<para id="image.configure.php3">
To disable GD support in <emphasis>PHP 3</emphasis> add
<option role="configure">--without-gd</option> to your configure line.
</para>
<para>
Enhance the capabilities of GD to handle more image formats by specifying
the <literal>--with-XXXX</literal> configure switch to your PHP configure

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="odbc.installation">
&reftitle.install;
<para>
@ -158,6 +158,12 @@
</listitem>
</varlistentry>
</variablelist>
</para>
<para id="odbc.configure.php3">
To disable unified ODBC support in <emphasis>PHP 3</emphasis> add
<option role="configure">--disable-unified-odbc</option> to your configure
line. Only applicable if iODBC, Adabas, Solid, Velocis or a custom ODBC
interface is enabled.
</para>
&windows.builtin;
</section>