<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'changelog.mysql.php',
    1 => 'Журнал змін',
    2 => 'Журнал змін',
  ),
  'up' => 
  array (
    0 => 'book.mysql.php',
    1 => 'MySQL (Original)',
  ),
  'prev' => 
  array (
    0 => 'mysql.resources.php',
    1 => 'Типи ресурсів',
  ),
  'next' => 
  array (
    0 => 'mysql.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  '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">Журнал змін</h1>

 <p class="para">Здійснено наступні зміни з класами/функціями/методами цього розширення.</p>

 <div class="simplesect">
  <h3 class="title">General Changelog for the ext/mysql extension</h3>
  <p class="para">
   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="para">
   The following is a list of changes to the entire ext/mysql extension.
  </p>
  <p class="para">
   <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>
        <p class="para">
         This extension was removed from PHP. For details, see
         <a href="mysqlinfo.api.choosing.php" class="xref">Choosing an API</a>.
        </p>
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>

 <div class="simplesect" id="changelog.mysql.functions">
  <h3 class="title">Changes to existing functions</h3>
  <p class="para">
   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); ?>