<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.oci8.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'oci8.setup.php',
    1 => '安装/配置',
    2 => '安装/配置',
  ),
  'up' => 
  array (
    0 => 'book.oci8.php',
    1 => 'OCI8',
  ),
  'prev' => 
  array (
    0 => 'book.oci8.php',
    1 => 'OCI8',
  ),
  'next' => 
  array (
    0 => 'oci8.requirements.php',
    1 => '需求',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oci8/setup.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/oci8.setup.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oci8.setup" class="chapter">
 <h1 class="title">安装/配置</h1>
<h2>目录</h2><ul class="chunklist chunklist_chapter"><li><a href="oci8.requirements.php">需求</a></li><li><a href="oci8.installation.php">安装</a></li><li><a href="oci8.test.php">Testing</a></li><li><a href="oci8.configuration.php">运行时配置</a></li></ul>


 
 
 

 
  



 



 

 
 






 

 
 

   





 

</div>
<?php manual_footer($setup); ?>