summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-28 15:30:49 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-11-02 11:36:26 +0100
commit9690ded288624e8ebb8f331ff305fed9a134e5e3 (patch)
tree59534e9f11182ae2d2b584c3dae7b6381dd834a4 /NEWS
parentee3227af48bb0db6f29117dca7d8a30bb21bde5e (diff)
downloadphp-git-9690ded288624e8ebb8f331ff305fed9a134e5e3.tar.gz
Fix #70461: disable md5 code when it is not supported in net-snmp
Patch contributed by Alexander Bergmann. Closes GH-6389.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 72b47f2994..f6963784d8 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,10 @@ PHP NEWS
- ODBC:
. Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
+- SNMP:
+ . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
+ (Alexander Bergmann, cmb)
+
29 Oct 2020, PHP 7.3.24
- Core: