php-doc-en/reference/ibase/configure.xml
Christoph Michael Becker 460d6e65c0 Firebird/Interbase: extension was moved to PECL as of PHP 7.4
As per: https://www.php.net/manual/en/migration74.removed-extensions.php

Adjustments include:
* Adding a note about the removal on the [introduction](https://www.php.net/manual/en/intro.ibase.php) page.
* Adding a note about the removal on the [installation](https://www.php.net/manual/en/ibase.installation.php) page.
* Adjusting the version numbers for all functions.

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349951 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 09:16:23 +00:00

52 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id="ibase.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
&pecl.moved-ver;7.4.0
</para>
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;ibase">&url.pecl.package;ibase</link>.
</para>
<para>
To enable Firebird/InterBase support configure PHP
<option role="configure">--with-interbase[=DIR]</option>, where DIR is the
Firebird/InterBase base install directory, which defaults to
<filename>/usr</filename>.
</para>
<note>
<title>Note to Win32/Win64 Users</title>
<para>
&ext.windows.path.dll;
<filename>fbclient.dll,gds32.dll</filename>
</para>
<para>
If you installed the Firebird/InterBase database server on the
same machine PHP is running on, you will have this DLL already and
<filename>fbclient.dll,gds32.dll</filename> (gds32.dll is generated from the installer for legacy applications) will already be in
the <envar>PATH</envar>.
</para>
</note>
</section>
<!-- 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
-->