<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'ibase.installation.php',
    1 => 'Installazione',
    2 => 'Installazione',
  ),
  'up' => 
  array (
    0 => 'ibase.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'ibase.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'next' => 
  array (
    0 => 'ibase.configuration.php',
    1 => 'Configurazione di Runtime',
  ),
  '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">Installazione</h2>
 <p class="simpara">
  Questo modulo è stato spostato nel repository
<a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> e non è più rilasciato con il
PHP dalla versione 7.4.0
 </p>
 <p class="simpara">
  Informazioni per l&#039;installazione di questa estensione PECL possono essere
trovate nel capitolo del manuale intitolato <a href="install.pecl.php" class="link">Installazione
delle estensioni PECL</a>. Informazioni aggiuntive come nuove release,
download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere
trovate qui: 
  <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">Nota</strong>: 
  <strong>Note to Win32/Win64 Users</strong><br />
  <span class="simpara">
   Perché questa estensione possa funzionare, delle
<abbr title="Dynamic Link Library">DLL</abbr> devono essere disponibili 
nel <code class="literal">PATH</code> di sistema di Windows. Vedere la 
<abbr title="Frequently Asked Questions">FAQ</abbr> intitolata &quot;<a href="faq.installation.php#faq.installation.addtopath" class="link">Come aggiungere la cartella di PHP al PATH
in Windows</a>&quot; per informazioni su come farlo. Anche se copiare i
file DLL dalla cartella di PHP alla cartella di sistema di Windows funziona
(poiché la cartella di sistema è di default nel
<code class="literal">PATH</code> di sistema), non è raccomandato. 
<em>Questa estensione richiede che i seguenti file siano nel
<code class="literal">PATH</code>:</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); ?>