Commit: 53ade37cc94862f9ac2bc3e8415c775ae7a68190 Author: Christoph M. Becker <[email protected]> Tue, 19 Nov 2019 18:12:54 +0100 Parents: 2d63a3cb671c694eca591939a03758981448dea1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=53ade37cc94862f9ac2bc3e8415c775ae7a68190 Log: Fix #78838: Changelog for PHP 5 has a missing UL closing tag Bugs: https://bugs.php.net/78838 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ed9520e62..e57c07c44 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -2601,7 +2601,6 @@ FILTER_FLAG_NO_PRIV_RANGE).</li> <ul> <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free). (CVE-2016-5768)</li> </ul></li> -</ul></li> <li>mcrypt: <ul> <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows). (CVE-2016-5769)</li> @@ -5276,6 +5275,7 @@ FILTER_FLAG_NO_PRIV_RANGE).</li> <ul> <li>Fixed possible read after end of buffer and use after free.</li> </ul></li> +</ul> <!-- }}} --></section> <section class="version" id="5.4.35"><!-- {{{ 5.4.35 --> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
