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

contributors($setup);

?>
<div id="wddx.requirements" class="section">
  <h2 class="title">需求</h2>
  <p class="para">此扩展需要
<a href="book.libxml.php" class="link">libxml</a> PHP 扩展。这意味着需要传递
<strong class="option configure">--with-libxml</strong>，或在 PHP 7.4 之前的版本中传递
<strong class="option configure">--enable-libxml</strong>，
尽管这将默默完成因为 libxml 是默认开启的。
</p>
  <p class="para">
   In order to use WDDX, you will need to install the expat library
   (which comes with Apache 1.3.7 or higher).
  </p>
 </div><?php manual_footer($setup); ?>