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

contributors($setup);

?>
<div id="xdiff.requirements" class="section">
  <h2 class="title">Anforderungen</h2>
  <p class="para">
   To use xdiff, you will need libxdiff installed, available
   on the libxdiff homepage <a href="http://www.xmailserver.org/xdiff-lib.html" class="link external">&raquo;&nbsp;http://www.xmailserver.org/xdiff-lib.html</a>.
  </p>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
   <p class="para">
    You&#039;ll need at least libxdiff 0.7 for these functions to be aware of memory_limit.
   </p>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>