<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mysql.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'changelog.mysql.php',
    1 => '変更履歴',
    2 => '変更履歴',
  ),
  'up' => 
  array (
    0 => 'book.mysql.php',
    1 => 'MySQL (最初の API)',
  ),
  'prev' => 
  array (
    0 => 'mysql.resources.php',
    1 => 'リソース型',
  ),
  'next' => 
  array (
    0 => 'mysql.constants.php',
    1 => '定義済み定数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/mysql/changelog.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="changelog.mysql" class="appendix">
 <h1 class="title">変更履歴</h1>

 <p class="simpara">この拡張モジュールのクラス/関数/メソッドには次のような変更がありました。</p>

 <div class="simplesect">
  <h3 class="title">ext/mysql 拡張モジュールの変更履歴</h3>
  <p class="simpara">
   ext/mysql 拡張モジュールの変更履歴をまとめました。
  </p>
 </div>

 <div class="simplesect" id="changelog.mysql.global">
  <h3 class="title">ext/mysql の全体的な変更点</h3>
  <p class="simpara">
   ext/mysql 拡張モジュールの全体的な変更点を、以下にまとめます。
  </p>
  <table id="changelog.mysql.global.table" class="doctable informaltable">
   
    <thead>
     <tr>
      <th>バージョン</th>
      <th>説明</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>7.0.0</td>
      <td>
       <span class="simpara">
        この拡張モジュールは PHP 本体から削除されました。詳細は
        <a href="mysqlinfo.api.choosing.php" class="xref">どの API を使うか</a> を参照ください。
       </span>
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>

 <div class="simplesect" id="changelog.mysql.functions">
  <h3 class="title">既存の関数の変更点</h3>
  <p class="simpara">
   ext/mysql の関数に対する変更点を、以下にまとめます。
  </p>
  <table class='doctable table' rules='groups'><thead><tr><th>Version</th><th>Function</th><th>Description</th></tr></thead></tbody></table>
 </div>

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