<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mysql-xdevapi.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'changelog.mysql_xdevapi.php',
    1 => 'Журнал змін',
    2 => 'Журнал змін',
  ),
  'up' => 
  array (
    0 => 'book.mysql-xdevapi.php',
    1 => 'Mysql_xdevapi',
  ),
  'prev' => 
  array (
    0 => 'mysql-xdevapi.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  'next' => 
  array (
    0 => 'mysql-xdevapi.examples.php',
    1 => 'Приклади',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mysql_xdevapi/changelog.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="changelog.mysql_xdevapi" class="appendix">
 <h1 class="title">Журнал змін</h1>

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

 <div class="simplesect">
  <h3 class="title">General Changelog for the ext/mysql_xdevapi extension</h3>
  <p class="para">
   This changelog references the ext/mysql_xdevapi extension.
  </p>
 </div>
 
 <div class="simplesect" id="changelog.mysql_xdevapi.global">
  <h3 class="title">Global ext/mysql_xdevapi changes</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Версія</th>
       <th>Опис</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
        <td>8.0.28</td>
        <td>
         <p class="para">
           Removed TLSv1 and TLSv1.1 support. The values &quot;TLSv1&quot;, &quot;TLSv1.0&quot;,
           and &quot;TLSv1.1&quot; are now considered invalid for the &quot;tls-versions&quot;
           connection attribute.
         </p>
        </td>
       </tr>

       <tr>
       <td>8.0.26</td>
       <td>
        <p class="para">
          Deprecated TLSv1 and TLSv1.1 support.
        </p>
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>

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