1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)

This commit is contained in:
Boris Lytochkin
2013-12-20 00:37:29 +04:00
parent b65bd30e89
commit 324eb07440

3
NEWS
View File

@@ -38,6 +38,9 @@ PHP NEWS
. Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.
(Dmitry)
- SNMP:
. Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)
- SOAP
. Fixed bug #66112 (Use after free condition in SOAP extension).
(martin dot koegler at brz dot gv dot at)