From: Michael Wallner Date: Mon, 19 Mar 2012 19:15:54 +0000 (+0100) Subject: add note about corrected tiger hash output X-Git-Tag: PHP-5.4.1-RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=867d980574ec8086cc40634fbd62af257504b8ea;p=php add note about corrected tiger hash output --- diff --git a/UPGRADING b/UPGRADING index bbc5478048..d92e0573bc 100755 --- a/UPGRADING +++ b/UPGRADING @@ -467,6 +467,10 @@ b. Extensions with changed behavior is set with date.timezone and/or date_default_timezone_set(). Instead it will always fall back to "UTC". + - Hash extension + - the output of the tiger hash family has been corrected, see + https://bugs.php.net/61307 + =========================== 10. Changes in SAPI support ===========================