Skip to content

Commit 63b6e90

Browse files
committed
[skip ci] NEW/UPGRADING
1 parent 71c19e2 commit 63b6e90

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ PHP NEWS
8383
or a TypeError if read_and_close value is not compatible with int.
8484
(David Carlier)
8585

86+
- SNMP:
87+
. snmpget, snmpset, snmp_get2, snmp_set2, snmp_get3, snmp_set3 and
88+
SNMP::__construct() throw an exception on invalid hostname, community
89+
timeout and retries arguments. (David Carlier)
90+
8691
- SOAP:
8792
. Fixed bug #49169 (SoapServer calls wrong function, although "SOAP action"
8893
header is correct). (nielsdos)

UPGRADING

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ PHP 8.5 UPGRADE NOTES
140140
a TypeError if read_on_close value is not a valid type
141141
compatible with int.
142142

143+
- SNMP:
144+
. snmpget, snmpset, snmp_get2, snmp_set2, snmp_get3, snmp_set3
145+
and SNMP::__construct() throw a ValueError when the hostname
146+
is too large, contains any null byte or if the port is given
147+
when negative or greater than 65535, timeout and retries values
148+
are lower than -1 or too large.
149+
143150
- Sockets:
144151
. socket_create_listen, socket_bind and socket_sendto throw a
145152
ValueError if the port is lower than 0 or greater than 65535,

0 commit comments

Comments
 (0)