summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2012-03-19 20:15:54 +0100
committerMichael Wallner <mike@php.net>2012-03-19 20:15:54 +0100
commit867d980574ec8086cc40634fbd62af257504b8ea (patch)
tree18777e19a3e36953ab8e6583279231ebe11155e1 /UPGRADING
parentf5f5ca5d77cfe47b9556b3cc37fbf9605b822e5c (diff)
downloadphp-git-867d980574ec8086cc40634fbd62af257504b8ea.tar.gz
add note about corrected tiger hash output
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING4
1 files changed, 4 insertions, 0 deletions
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
===========================