summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-10-09 00:51:10 +0000
committerGreg Beaver <cellog@php.net>2008-10-09 00:51:10 +0000
commit61d3c9f8c7720831e11994296ef97c1380d2440a (patch)
tree250b21fd97673bdd7ce8560912eecc6f97dbed36
parentfffdf661c95b15896d4c60060ca00e6adfb0da0e (diff)
downloadphp-git-61d3c9f8c7720831e11994296ef97c1380d2440a.tar.gz
note fix to bug #45907: undefined reference to 'PHP_SHA512Init'
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3db618827f..086653d2e3 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,7 @@ PHP NEWS
- Fixed bug #45928 (large scripts from stdin are stripped at 16K border).
(Christian Schneider, Arnaud)
- Fixed bug #45911 (Cannot disable ext/hash). (Arnaud)
+- Fixed bug #45907 (undefined reference to 'PHP_SHA512Init'). (Greg)
- Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). (Ilia)
- Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).
(vnegrier at optilian dot com, Ilia)