<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ibase.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ibase.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'ibase.setup.php',
    1 => 'Installing/Configuring',
  ),
  'prev' => 
  array (
    0 => 'ibase.setup.php',
    1 => 'Installing/Configuring',
  ),
  'next' => 
  array (
    0 => 'ibase.configuration.php',
    1 => 'Runtime Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ibase/configure.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ibase.installation" class="section">
 <h2 class="title">Installation</h2>
 <p class="simpara">
  This extension has been moved to the <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>
repository and is no longer bundled with PHP as of PHP 7.4.0
 </p>
 <p class="simpara">
  Information for installing this PECL extension may be
found in the manual chapter titled <a href="install.pecl.php" class="link">Installation
of PECL extensions</a>. Additional information such as new releases,
downloads, source files, maintainer information, and a CHANGELOG, can be
located here: 
  <a href="https://github.com/FirebirdSQL/php-firebird" class="link external">&raquo;&nbsp;https://github.com/FirebirdSQL/php-firebird</a>.
 </p>
 <p class="simpara">
  To enable Firebird/InterBase support configure PHP
  <strong class="option configure">--with-interbase[=DIR]</strong>, where DIR is the
  Firebird/InterBase base install directory, which defaults to
  <var class="filename">/usr</var>.
 </p>
 <blockquote class="note"><p><strong class="note">Note</strong>: 
  <strong>Note to Win32/Win64 Users</strong><br />
  <span class="simpara">
   In order for this extension to work, there are
<abbr title="Dynamic Link Library">DLL</abbr> files that must be available to the Windows
system <var class="envar">PATH</var>. For information on how to do this, see the
<abbr title="Frequently Asked Questions">FAQ</abbr> entitled &quot;<a href="faq.installation.php#faq.installation.addtopath" class="link">How do I add my PHP directory to the PATH
on Windows</a>&quot;. Although copying DLL
files from the PHP folder into the Windows system directory also works
(because the system directory is by default in the system&#039;s
<var class="envar">PATH</var>), this is not recommended.
<em>This extension requires the following files to be in the
<var class="envar">PATH</var>:</em> 
   <var class="filename">fbclient.dll,gds32.dll</var>
  </span>
  <p class="para">
   If you installed the Firebird/InterBase database server on the
   same machine PHP is running on, you will have this DLL already and
   <var class="filename">fbclient.dll,gds32.dll</var> (gds32.dll is generated from the installer for legacy applications) will already be in
   the <var class="envar">PATH</var>.
  </p>
 </p></blockquote>
</div><?php manual_footer($setup); ?>