<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/oci8.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'oci8.requirements.php',
    1 => 'Gereksinimler',
    2 => 'Gereksinimler',
  ),
  'up' => 
  array (
    0 => 'oci8.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'prev' => 
  array (
    0 => 'oci8.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'next' => 
  array (
    0 => 'oci8.installation.php',
    1 => 'Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oci8/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oci8.requirements" class="section">
  <h2 class="title">Gereksinimler</h2>
  <p class="para">
   OCI8 3.0 is included with PHP 8. It is also available from <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>. For
   PHP 7, use OCI8 2.2 from <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>. OCI8 requires Oracle
   10<em>g</em> or later Oracle client libraries.
  </p>
  <p class="para">
   If the Oracle Database is on the same machine as PHP, the database software
   already contains the necessary libraries and header files.  When PHP is on a
   different machine, use the free
   <a href="https://www.oracle.com/database/technologies/instant-client.html" class="link external">&raquo;&nbsp;Oracle Instant Client</a> libraries.
  </p>
  <p class="para">
   To use Oracle Instant Client, install the <code class="literal">Basic</code>
   or <code class="literal">Basic Light</code> Oracle Instant Client ZIP file, RPM
   package, or DMG package.  When building OCI8 from source code, also install
   the Instant Client <code class="literal">SDK</code>.
  </p>
  <p class="para">
   You must run PHP with the same, or a more recent, version of the
   Oracle libraries that OCI8 was built with.
  </p>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <p class="para">
    Oracle&#039;s standard client-server network interoperability allows connections
    between different versions of Oracle Client and Oracle Database.  For
    certified configurations see Oracle Support&#039;s Doc ID 207303.1.  In
    summary, Oracle Client 19, 18 and 12.2 can connect to Oracle Database 11.2
    or greater. Oracle Client 12.1 can connect to Oracle Database 10.2 or
    greater. Oracle Client 11.2 can connect to Oracle Database 9.2 or greater.
   </p>
  </p></blockquote>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <p class="para">
    Full OCI8 feature support is only available when using the most
    recent versions of the Oracle client libraries and database.
   </p>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>