<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'wddx.installation.php',
    1 => 'インストール手順',
    2 => 'インストール手順',
  ),
  'up' => 
  array (
    0 => 'wddx.setup.php',
    1 => 'インストール/設定',
  ),
  'prev' => 
  array (
    0 => 'wddx.requirements.php',
    1 => '要件',
  ),
  'next' => 
  array (
    0 => 'wddx.resources.php',
    1 => 'リソース型',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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">インストール手順</h2>

 <div class="section" id="wddx.installation.php74">
  <h2 class="title">PHP 7.4 以降</h2>
  <p class="para">
   
この拡張モジュールは <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> レポジトリに移動
されており、以下のバージョン以降 PHP にバンドルされなくなっています。 PHP 7.4.0
  </p>
  <p class="para">
   この PECL 拡張モジュールをインストールする方法は、
マニュアルの <a href="install.pecl.php" class="link">
PECL 拡張モジュールのインストール</a> という章にあります。
新規リリース・ダウンロード・ソースファイル・管理者情報・CHANGELOG
といった関連する情報については、次の場所にあります。
   <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">
    必須ライブラリ expat をインストールした後、PHP のコンパイル時に
    <strong class="option configure">--enable-wddx</strong> を指定します。また
    <strong class="option configure">--with-libexpat-dir</strong> で expat を指定します。
  </p>
  <p class="simpara">Windows 版の <code class="literal">PHP</code> には
この拡張モジュールのサポートが組み込まれています。これらの関数を使用
するために拡張モジュールを追加でロードする必要はありません。</p>
 </div>

</div><?php manual_footer($setup); ?>