<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/migration74.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'migration74.removed-extensions.php',
    1 => '削除された拡張モジュール',
    2 => '削除された拡張モジュール',
  ),
  'up' => 
  array (
    0 => 'migration74.php',
    1 => 'PHP 7.3.x から PHP 7.4.x への移行',
  ),
  'prev' => 
  array (
    0 => 'migration74.deprecated.php',
    1 => 'PHP 7.4.x で推奨されなくなる機能',
  ),
  'next' => 
  array (
    0 => 'migration74.other-changes.php',
    1 => 'その他の変更',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'appendices/migration74/removed-extensions.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration74.removed-extensions" class="sect1">
 <h2 class="title">削除された拡張モジュール</h2>

 <p class="para">
  以下の拡張モジュールは、PECLに移され、PHPの配布物からは削除されました。これらの拡張モジュールのPECL版は、ユーザーが必要とすれば作られるでしょう。
 </p>

 <ul class="itemizedlist">
  <li class="listitem">
   <span class="simpara">
    <a href="book.ibase.php" class="link">Firebird/Interbase</a>
    - InterBase と/または Firebird ベースのデータベースへのアクセスは、PDO Firebird ドライバで利用可能です。
   </span>
  </li>
  <li class="listitem">
   <span class="simpara">
    <a href="book.recode.php" class="link">Recode</a>
   </span>
  </li>
  <li class="listitem">
   <span class="simpara">
    <a href="book.wddx.php" class="link">WDDX</a>
   </span>
  </li>
 </ul>
</div><?php manual_footer($setup); ?>