<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.misc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'changelog.misc.php',
    1 => 'Журнал змін',
    2 => 'Журнал змін',
  ),
  'up' => 
  array (
    0 => 'book.misc.php',
    1 => 'Misc.',
  ),
  'prev' => 
  array (
    0 => 'function.usleep.php',
    1 => 'usleep',
  ),
  'next' => 
  array (
    0 => 'book.random.php',
    1 => 'Random',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/misc/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 <p class="para">Здійснено наступні зміни з класами/функціями/методами цього розширення.</p>
 <table class='doctable table' rules='groups'><thead><tr><th>Version</th><th>Function</th><th>Description</th></tr></thead><tbody class="gen-changelog v"><tr><td>8.4.0</td><td><a href='function.exit.php'>exit</a></td><td>exit is now a proper function,
       therefore it follows the usual
       type juggling semantics
       is affected by the
       strict_types
       declare, can be called with named arguments, and be a
       variable functions.</td></tr></tbody><tbody class="gen-changelog v8-4-0"><tr><td>8.3.0</td><td><a href='function.highlight-file.php'>highlight_file</a></td><td>The resulting HTML has changed.</td></tr><tr><td>&nbsp;</td><td><a href='function.highlight-string.php'>highlight_string</a></td><td>Готова розмітка HTML зазнала змін.</td></tr></tbody><tbody class="gen-changelog v8-3-0"><tr><td>8.1.0</td><td><a href='function.define.php'>define</a></td><td>value can now be an object.</td></tr></tbody><tbody class="gen-changelog v8-1-0"><tr><td>8.0.0</td><td><a href='function.constant.php'>constant</a></td><td>If the constant is not defined, constant now throws an
       Error exception; previously an E_WARNING
       was generated, and null was returned.</td></tr><tr><td>&nbsp;</td><td><a href='function.define.php'>define</a></td><td>Passing true to case_insensitive now emits an E_WARNING. Passing false is still allowed.</td></tr><tr><td>&nbsp;</td><td><a href='function.ignore-user-abort.php'>ignore_user_abort</a></td><td>enable is nullable now.</td></tr><tr><td>&nbsp;</td><td><a href='function.pack.php'>pack</a></td><td>This function no longer returns false on failure.</td></tr><tr><td>&nbsp;</td><td><a href='function.sapi-windows-vt100-support.php'>sapi_windows_vt100_support</a></td><td>enable is now nullable.</td></tr><tr><td>&nbsp;</td><td><a href='function.sleep.php'>sleep</a></td><td>The function throws a ValueError on negative seconds;
       previously, an E_WARNING was raised instead, and the function returned false.</td></tr></tbody><tbody class="gen-changelog v8-0-0"><tr><td>7.3.0</td><td><a href='function.define.php'>define</a></td><td>case_insensitive has been deprecated and will be removed in version 8.0.0.</td></tr></tbody><tbody class="gen-changelog v7-3-0"><tr><td>7.2.0</td><td><a href='function.pack.php'>pack</a></td><td>float and double types supports both Big Endian and Little Endian.</td></tr><tr><td>&nbsp;</td><td><a href='function.unpack.php'>unpack</a></td><td>float and double types supports both Big Endian and Little Endian.</td></tr></tbody><tbody class="gen-changelog v7-2-0"><tr><td>7.1.1</td><td><a href='function.pack.php'>pack</a></td><td>The &quot;e&quot;, &quot;E&quot;, &quot;g&quot; and &quot;G&quot; codes were added to enable byte order support for float and double.</td></tr></tbody><tbody class="gen-changelog v7-1-1"><tr><td>7.1.0</td><td><a href='function.unpack.php'>unpack</a></td><td>The optional offset has been added.</td></tr></tbody><tbody class="gen-changelog v7-1-0"><tr><td>7.0.15</td><td><a href='function.pack.php'>pack</a></td><td>The &quot;e&quot;, &quot;E&quot;, &quot;g&quot; and &quot;G&quot; codes were added to enable byte order support for float and double.</td></tr></tbody></table>
</div>
<?php manual_footer($setup); ?>