<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'ibase.installation.php',
    1 => '安装',
    2 => '安装',
  ),
  'up' => 
  array (
    0 => 'ibase.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'ibase.setup.php',
    1 => '安装/配置',
  ),
  'next' => 
  array (
    0 => 'ibase.configuration.php',
    1 => '运行时配置',
  ),
  '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">安装</h2>
 <p class="simpara">
  此扩展已被移至 <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> 资源库；不再与 PHP 捆绑，从 PHP 7.4.0
 </p>
 <p class="simpara">
  安装此 PECL 扩展相关的信息可在手册中标题为
<a href="install.pecl.php" class="link">PECL
扩展的安装</a>章节中找到。更多信息如新的发行版本、下载、源文件、
维护人员信息及变更日志等，都在此处：
  <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">注意</strong>: 
  <strong>Note to Win32/Win64 Users</strong><br />
  <span class="simpara">
   为了使此扩展生效，
<abbr title="Dynamic Link Library">DLL</abbr> 文件必须能在 Windows 系统的
<var class="envar">PATH</var> 指示的路径下找到。如何操作的信息，请参见题为“<a href="faq.installation.php#faq.installation.addtopath" class="link">如何在 Windows 中将 PHP
目录加到 PATH 中</a>”的<abbr title="Frequently Asked Questions">FAQ</abbr>。虽然将
DLL 文件从 PHP 文件夹复制到 Windows 系统目录也行，但不建议这样做。
<em>此扩展需要下列文件在 <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); ?>