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

contributors($setup);

?>
<div id="xml.requirements" class="section">
  <h2 class="title">Gereksinimler</h2>
  <p class="para">Bu
eklenti PHP&#039;nin <a href="book.libxml.php" class="link">libxml</a> eklentsini
gerektirir. Libxml öntanımlı olarak etkin olduğundan bu örtük olarak
sağlansa da derleme sırasında ayrıca bir
<strong class="option configure">--with-libxml</strong> veya
PHP 7.4 öncesinde <strong class="option configure">--enable-libxml</strong> gerekir.
</p>
  <p class="para">
   Bu eklenti öntanımlı olarak <span class="productname">expat uyumlu bir
   katman</span> kullanır. Ayrıca, <a href="https://libexpat.github.io/" class="link external">&raquo;&nbsp;https://libexpat.github.io/</a> adresinde bulunan
   <span class="productname">expat</span> da kullanılabilir.
   <span class="productname">expat</span> ile gelen Makefile, öntanımlı olarak
   kütüphaneyi derlemez. Kütüphanenin derlenmesi için Makefile dosyanızda şu
   kuralı kullanın:
   <div class="example-contents">
<div class="makefilecode"><pre class="makefilecode">libexpat.a: $(OBJS)
    ar -rc $@ $(OBJS)
    ranlib $@</pre>
</div>
   </div>

   <span class="productname">expat</span> kaynak RPM paketi
   <a href="https://sourceforge.net/projects/expat/" class="link external">&raquo;&nbsp;https://sourceforge.net/projects/expat/</a> adresinden
   edinilebilir.
  </p>
 </div><?php manual_footer($setup); ?>