<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ibase.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.ibase.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.ibase.php',
    1 => 'Firebird/InterBase',
  ),
  'prev' => 
  array (
    0 => 'book.ibase.php',
    1 => 'Firebird/InterBase',
  ),
  'next' => 
  array (
    0 => 'ibase.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ibase/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.ibase" class="preface">
  <h1 class="title">Вступ</h1>
  <div class="warning"><strong class="warning">Увага</strong>
   <p class="para">
    Це розширення більше не оновлюється. Тим не менш, початковий код цього
розширення ще доступний у рамках <abbr title="PHP Extension and Application Repository">PECL</abbr> <abbr>GIT</abbr> тут: 
    <a href="https://github.com/php/pecl-database-interbase" class="link external">&raquo;&nbsp;https://github.com/php/pecl-database-interbase</a>.
   </p>
  </div>
  <p class="para">
   Firebird is a relational database offering many ISO SQL-2003 features
   that runs on Linux, Windows, and a variety of Unix platforms. Firebird
   offers excellent concurrency, high performance, and powerful language
   support for stored procedures and triggers. It has been used in production
   systems, under a variety of names since 1981. 
  </p>
  <p class="para">
   InterBase is the name of the closed-source variant of this RDBMS that
   was developed by Embarcadero/Inprise. More information about InterBase is 
   available at <a href="http://www.embarcadero.com/products/interbase" class="link external">&raquo;&nbsp;http://www.embarcadero.com/products/interbase</a>.
  </p>
  <p class="para">
   Firebird is a commercially independent project (fundation) of C++ programmers,
   technical advisors and supporters developing and enhancing a multi-platform
   relational database management system based on the source code released by
   Inprise Corp (now known as Embarcadero) under the InterBase
   Public License v.1.0 on 25 July, 2000. More information about Firebird is 
   available at <a href="http://www.firebirdsql.org/" class="link external">&raquo;&nbsp;http://www.firebirdsql.org/</a>.
  </p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <p class="para">
    Це розширення переміщено до сховища <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> та
більше не входить до складу PHP, починаючи з PHP 7.4.0
   </p>
   <p class="para">
    This extension supports InterBase versions 6 and up and Firebird version 2.0 and up.
   </p>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>