Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created December 10, 2011 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuz/1456977 to your computer and use it in GitHub Desktop.
Save mariuz/1456977 to your computer and use it in GitHub Desktop.
=en/ibase.installation.php
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 313913 $ -->
<section xml:id="ibase.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<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/interbase</filename>.
</para>
<note>
<title>Note to Win32/64 Users</title>
<para>
If you installed the Firebird database server on the
same machine PHP is running on, you will have this DLL already and
<filename>fbclient.dll</filename> will already be in
the <literal>PATH</literal> (If you choosed to copy the files to systems dirs).
</para>
<para>
&ext.windows.path.dll;
<filename>fbclient.dll</filename> / <filename>gds32.dll</filename>
</para>
<para>
If you installed the InterBase database server on the
same machine PHP is running on, you will have this DLL already and
<filename>gds32.dll</filename> will already be in
the <literal>PATH</literal>.
</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
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment