Commit: eedd72847a9553774ed85e76751b3ec836665e5a Author: Joe Watkins <[email protected]> Fri, 14 Apr 2017 07:53:25 +0100 Parents: 7b485d52560887bc69e73b5dca90c7c257c68e7f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=eedd72847a9553774ed85e76751b3ec836665e5a Log: some of changelog was not generated Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 8bfb7a0..06fee63 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -34,6 +34,34 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(74230); ?> (iconv fails to fail on surrogates).</li> </ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(74250); ?> (OPcache compilation performance regression in PHP 5.6/7 with huge classes).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(72333); ?> (fwrite() on non-blocking SSL sockets doesn't work).</li> +</ul></li> +<li>PDO MySQL: +<ul> + <li><?php bugfix(71003); ?> (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO interface).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(74058); ?> (ArrayObject can not notice changes).</li> +</ul></li> +<li>SQLite: +<ul> + <li><?php bugfix(74217); ?> (Allow creation of deterministic sqlite functions).</li> +</ul></li> +<li>Streams: +<ul> + <li><?php bugfix(74216); ?> (Correctly fail on invalid IP address ports).</li> +</ul></li> +<li>zlib: +<ul> + <li><?php bugfix(74240); ?> (deflate_add can allocate too much memory).</li> +</ul></li> </ul> <!-- }}} --></section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
