Commit: 336c8824d71ff3c3cfd050b86cb19cbc550126a6 Author: Lior Kaplan <[email protected]> Wed, 2 Dec 2015 20:52:02 +0200 Parents: b31e6f42254c6033d51d5c9b190e3cfdccff7a87 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=336c8824d71ff3c3cfd050b86cb19cbc550126a6 Log: Add PHP 7.0.0 changelog entry Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index a2280e7..633b98d 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,16 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.0"><!-- {{{ 7.0.0 --> +<h3>Version 7.0.0</h3> +<b><?php release_date('03-Dec-2015'); ?></b> +<ul><li>Mysqlnd: +<ul> + <li><?php bugfix(70949); ?> (SQL Result Sets With NULL Can Cause Fatal Memory Errors).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.0.0 RC8"><!-- {{{ 7.0.0 RC8 --> <h3>Version 7.0.0 RC8</h3> <b>26-Nov-2015</b> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
