Commit: 52e1720e1413bdb54dfdc8528939968a3990361a Author: Lior Kaplan <[email protected]> Sat, 28 Feb 2015 00:37:16 +0200 Parents: 01969074a916917dcc8a52f7702c5604a3d6ac20 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=52e1720e1413bdb54dfdc8528939968a3990361a Log: Fix typo in bug #68552 entry Bugs: https://bugs.php.net/68552 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ad1b863..caf4892 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -111,7 +111,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Enchant: <ul> - <li><?php bugfix(6855); ?> (heap buffer overflow in enchant_broker_request_dict()).</li> + <li><?php bugfix(68552); ?> (heap buffer overflow in enchant_broker_request_dict()).</li> </ul></li> <li>Fileinfo: <ul> @@ -183,7 +183,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Enchant: <ul> - <li><?php bugfix(6855); ?> (heap buffer overflow in enchant_broker_request_dict()).</li> + <li><?php bugfix(68552); ?> (heap buffer overflow in enchant_broker_request_dict()).</li> </ul></li> <li>SOAP: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
