diff options
author | Greg Beaver <cellog@php.net> | 2008-10-09 00:51:10 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-10-09 00:51:10 +0000 |
commit | 61d3c9f8c7720831e11994296ef97c1380d2440a (patch) | |
tree | 250b21fd97673bdd7ce8560912eecc6f97dbed36 | |
parent | fffdf661c95b15896d4c60060ca00e6adfb0da0e (diff) | |
download | php-git-61d3c9f8c7720831e11994296ef97c1380d2440a.tar.gz |
note fix to bug #45907: undefined reference to 'PHP_SHA512Init'
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |