<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'changelog.mysql.php',
    1 => '更新日志',
    2 => '更新日志',
  ),
  'up' => 
  array (
    0 => 'book.mysql.php',
    1 => 'Mysql（原始）',
  ),
  'prev' => 
  array (
    0 => 'mysql.resources.php',
    1 => '资源类型',
  ),
  'next' => 
  array (
    0 => 'mysql.constants.php',
    1 => '预定义常量',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    '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">Choosing an 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); ?>