summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-11-02 11:39:16 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-11-02 11:39:42 +0100
commit0123f75b5d5bcd76603da1acecf6687a08145b68 (patch)
tree2bcaa733f823d573afc3a171037d61b1f5c0fd8e /NEWS
parent83738281eb9f2577eda1c76a6acfe644d6fcc6c1 (diff)
parent9690ded288624e8ebb8f331ff305fed9a134e5e3 (diff)
downloadphp-git-0123f75b5d5bcd76603da1acecf6687a08145b68.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix #70461: disable md5 code when it is not supported in net-snmp
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6f445ee83..3710589bc9 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,10 @@ PHP NEWS
. Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken
server connection). (Nikita)
+- SNMP:
+ . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
+ (Alexander Bergmann, cmb)
+
29 Oct 2020, PHP 7.4.12
- Core: