Commit: f6eaf5f23bed7ef2bc86846c99c418c2845c95c4 Author: Lior Kaplan <[email protected]> Sat, 28 Feb 2015 00:37:16 +0200 Parents: 8c80edff152f07377d92c6a85509b25992806bea Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f6eaf5f23bed7ef2bc86846c99c418c2845c95c4 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
