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

contributors($setup);

?>
<div id="xmlreader.installation" class="section">
  <h2 class="title">Kurulum</h2>
  <p class="para">
   XMLReader eklentisi PHP paketinde gelir ve öntanımlı olarak etkindir.
   Bu eklenti öntanımlı olarak etkindir.
Derleme sırasında bu seçenekle iptal edilebilir: 
   <strong class="option configure">--disable-xmlreader</strong>
  </p>
 </div><?php manual_footer($setup); ?>