<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'changelog.mysql.php',
    1 => 'Changelog',
    2 => 'Changelog',
  ),
  'up' => 
  array (
    0 => 'book.mysql.php',
    1 => 'MySQL (Original)',
  ),
  'prev' => 
  array (
    0 => 'mysql.resources.php',
    1 => 'Resource Types',
  ),
  'next' => 
  array (
    0 => 'mysql.constants.php',
    1 => 'Predefined Constants',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Changelog</h1>

 <p class="simpara">The following changes have been made to classes/functions/methods of this extension.</p>

 <div class="simplesect">
  <h3 class="title">General Changelog for the ext/mysql extension</h3>
  <p class="simpara">
   This changelog references the ext/mysql extension.
  </p>
 </div>

 <div class="simplesect" id="changelog.mysql.global">
  <h3 class="title">Global ext/mysql changes</h3>
  <p class="simpara">
   The following is a list of changes to the entire ext/mysql extension.
  </p>
  <table id="changelog.mysql.global.table" class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>7.0.0</td>
      <td>
       <span class="simpara">
        This extension was removed from PHP. For details, see
        <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">Changes to existing functions</h3>
  <p class="simpara">
   The following list is a compilation of changelog entries from
   the ext/mysql functions.
  </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); ?>