Commit a25f0c5d77d for php.net
commit a25f0c5d77d384612491c89b01c79d3946d4cb3d
Author: Weilin Du <weilindu@php.net>
Date: Thu Sep 3 00:00:55 2026 +0800
[skip ci] UPGRADING: Fix entry for snmp_init_mib
Per: https://wiki.php.net/rfc/snmp_improvements_2026#allow_the_snmp_mib_to_be_reset
The new function here is snmp_init_mib not snmp_read_mib.
diff --git a/NEWS b/NEWS
index 2fd0fa3a3ac..623a29b0d6c 100644
--- a/NEWS
+++ b/NEWS
@@ -180,7 +180,7 @@ PHP NEWS
. It is now possible to use the AES192, AES192C, AES256, and AES256C as
SNMPv3 security protocols if the underlying library supports them.
(eskyuu)
- . It is now possible to reset the MIB tree using the new snmp_read_mib()
+ . It is now possible to reset the MIB tree using the new snmp_init_mib()
function. (eskyuu)
. Additional MIB parsing and output control functionality has been exposed
via the snmp_set_mib_option(), snmp_set_output_option(),