Commit: 05c1820a3374ea46b8c04f6827d60df3848d7e44 Author: Lior Kaplan <[email protected]> Thu, 24 Dec 2015 10:55:41 +0200 Parents: 92ff61ed80091617728faa76288b5c44a832cda2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=05c1820a3374ea46b8c04f6827d60df3848d7e44 Log: Sort 7.0.1 extensions' entries Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index a6f7cd2..efccab5 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -53,6 +53,10 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(70991); ?> (zend_file_cache.c:710: error: array type has incomplete element type).</li> <li><?php bugfix(70977); ?> (Segmentation fault with opcache.huge_code_pages=1).</li> </ul></li> +<li>PDO_Firebird: +<ul> + <li><?php bugfix(60052); ?> (Integer returned as a 64bit integer on X64_86).</li> +</ul></li> <li>Phpdbg: <ul> <li>Fixed stderr being written to stdout.</li> @@ -62,6 +66,10 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(71018); ?> (ReflectionProperty::setValue() behavior changed).</li> <li><?php bugfix(70982); ?> (setStaticPropertyValue behaviors inconsistently with 5.6).</li> </ul></li> +<li>Soap: +<ul> + <li><?php bugfix(70993); ?> (Array key references break argument processing).</li> +</ul></li> <li>SPL: <ul> <li><?php bugfix(71028); ?> (Undefined index with ArrayIterator).</li> @@ -79,14 +87,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li>Add IPV6_V6ONLY constant / make it usable in stream contexts.</li> </ul></li> -<li>Soap: -<ul> - <li><?php bugfix(70993); ?> (Array key references break argument processing).</li> -</ul></li> -<li>PDO_Firebird: -<ul> - <li><?php bugfix(60052); ?> (Integer returned as a 64bit integer on X64_86).</li> -</ul></li> </ul> <!-- }}} --></section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
