Commit: 49bc99ab11a78bbf4b7b8572fa16d552f23aa88f Author: kovacs.ferenc <[email protected]> Thu, 28 Aug 2014 11:23:14 +0200 Parents: 03dc6b3ecb2a458cf8f64671fe6a657f8d892fcc Branches: PHP-5.6.0
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=49bc99ab11a78bbf4b7b8572fa16d552f23aa88f Log: mention some of the new features/General improvements Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index cb9e24b..404b2f0 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -11,7 +11,23 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <section class="version" id="5.6.0"><!-- {{{ 5.6.0 --> <h3>Version 5.6.0</h3> <b>28-Aug-2014</b> -<ul><li>Core: +<ul> +<li>General improvement: +<ul> + <li>Added constant scalar expressions syntax.</li> + <li>Added dedicated syntax for variadic functions.</li> + <li>Added support for argument unpacking to complement the variadic syntax.</li> + <li>Added an exponentiation operator (**).</li> + <li>Added unified default encoding.</li> + <li>The php://input stream is now re-usable and can be used concurrently with enable_post_data_reading=0.</li> + <li>Added use function and use const..</li> + <li>Added a function for timing attack safe string comparison.</li> + <li>Added the __debugInfo() magic method to allow userland classes to implement the get_debug_info API previously available only to extensions.</li> + <li>Added gost-crypto (CryptoPro S-box) hash algorithm.</li> + <li>Stream wrappers verify peer certificates and host names by default in encrypted client streams.</li> +</ul> +<ul> +<li>Core: <ul> <li><?php bugfix(67693); ?> (incorrect push to the empty array).</li> <li>Removed inconsistency regarding behaviour of array in constants at run-time.</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
