<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'wddx.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'wddx.setup.php',
    1 => 'Installing/Configuring',
  ),
  'prev' => 
  array (
    0 => 'wddx.requirements.php',
    1 => 'Requirements',
  ),
  'next' => 
  array (
    0 => 'wddx.resources.php',
    1 => 'Resource Types',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/wddx/configure.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="wddx.installation" class="section">
 <h2 class="title">Installation</h2>

 <div class="section" id="wddx.installation.php74">
  <h2 class="title">PHP 7.4</h2>
  <p class="para">
   This extension has been moved to the <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>
repository and is no longer bundled with PHP as of PHP 7.4.0
  </p>
  <p class="para">
   Information for installing this PECL extension may be
found in the manual chapter titled <a href="install.pecl.php" class="link">Installation
of PECL extensions</a>. Additional information such as new releases,
downloads, source files, maintainer information, and a CHANGELOG, can be
located here: 
   <a href="https://pecl.php.net/package/wddx" class="link external">&raquo;&nbsp;https://pecl.php.net/package/wddx</a>.
  </p>
 </div>

 <div class="section" id="wddx.installation.phplt74">
  <h2 class="title">PHP &lt; 7.4</h2>
  <p class="para">
   After installing the required expat library, compile PHP with
   <strong class="option configure">--enable-wddx</strong>, and use
   <strong class="option configure">--with-libexpat-dir</strong> for expat.
  </p>
  <p class="simpara">The Windows version of PHP has built-in
support for this extension. You do not need to load any additional
extensions in order to use these functions.</p>
 </div>
</div><?php manual_footer($setup); ?>