Commit: ad3104270367f45228012884d6d0f723fcffeaa5 Author: Christoph M. Becker <[email protected]> Tue, 10 Oct 2017 14:05:10 +0200 Parents: 26ffd231f1d035d39a00654b8257d10f7bf8949c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ad3104270367f45228012884d6d0f723fcffeaa5 Log: Add missing Changelog entry for bug #75349 Bugs: https://bugs.php.net/75349 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index ae79c1d..3202077 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -119,6 +119,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(74954); ?> (null deref and segfault in zend_generator_resume()).</li> <li><?php bugfix(74725); ?> (html_errors=1 breaks unhandled exceptions).</li> <li><?php bugfix(75063); ?> (Main CWD initialized with wrong codepage).</li> + <li><?php bugfix(75349); ?> (NAN comparison).</li> </ul></li> <li>cURL: <ul> @@ -200,6 +201,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(74947); ?> (Segfault in scanner on INF number).</li> <li><?php bugfix(74954); ?> (null deref and segfault in zend_generator_resume()).</li> <li><?php bugfix(74725); ?> (html_errors=1 breaks unhandled exceptions).</li> + <li><?php bugfix(75349); ?> (NAN comparison).</li> </ul></li> <li>cURL: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
