Commit: 3349af1f52e6a92392c81ee88a1ab486eb5d3d60 Author: Stanislav Malyshev <[email protected]> Thu, 16 Apr 2015 14:14:15 -0700 Parents: 75ee4da9bfe8007760de404eb1ff5f0b34caac32 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3349af1f52e6a92392c81ee88a1ab486eb5d3d60 Log: fix links Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index de110ab..838aec8 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -17,7 +17,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68021); ?> (get_browser() browser_name_regex returns non-utf-8 characters).</li> <li><?php bugfix(68917); ?> (parse_url fails on some partial urls).</li> <li><?php bugfix(69134); ?> (Per Directory Values overrides PHP_INI_SYSTEM configuration options).</li> - <li>Additional fix for bug #69152 (Type confusion vulnerability in exception::getTraceAsString).</li> + <li>Additional fix for bug <?php bugl(69152); ?> (Type confusion vulnerability in exception::getTraceAsString).</li> <li><?php bugfix(69210); ?> (serialize function return corrupted data when sleep has non-string values).</li> <li><?php bugfix(69212); ?> (Leaking VIA_HANDLER func when exception thrown in __call/... arg passing).</li> <li><?php bugfix(69221); ?> (Segmentation fault when using a generator in combination with an Iterator).</li> @@ -112,7 +112,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68021); ?> (get_browser() browser_name_regex returns non-utf-8 characters).</li> <li><?php bugfix(68917); ?> (parse_url fails on some partial urls).</li> <li><?php bugfix(69134); ?> (Per Directory Values overrides PHP_INI_SYSTEM configuration options).</li> - <li>Additional fix for bug #69152 (Type confusion vulnerability in exception::getTraceAsString).</li> + <li>Additional fix for bug <?php bugl(69152); ?> (Type confusion vulnerability in exception::getTraceAsString).</li> <li><?php bugfix(69212); ?> (Leaking VIA_HANDLER func when exception thrown in __call/... arg passing).</li> <li><?php bugfix(69221); ?> (Segmentation fault when using a generator in combination with an Iterator).</li> <li><?php bugfix(69337); ?> (php_stream_url_wrap_http_ex() type-confusion vulnerability).</li> @@ -193,7 +193,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Core: <ul> - <li>Additional fix for bug #69152 (Type confusion vulnerability in exception::getTraceAsString).</li> + <li>Additional fix for bug <?php bugl(69152); ?> (Type confusion vulnerability in exception::getTraceAsString).</li> <li><?php bugfix(69337); ?> (php_stream_url_wrap_http_ex() type-confusion vulnerability).</li> <li><?php bugfix(69353); ?> (Missing null byte checks for paths in various PHP extensions).</li> </ul></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
