summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Lytochkin <lytboris@php.net>2013-12-20 00:51:59 +0400
committerBoris Lytochkin <lytboris@php.net>2013-12-20 00:51:59 +0400
commita7c50ccc67912c65fe1b56e64d60a5521657e66f (patch)
tree5c0cb2326382ea26e5d4723674cbe903c1ce35c7
parentbb51d0e4c0940629ff890d498fdcd699d0e5675a (diff)
downloadphp-git-a7c50ccc67912c65fe1b56e64d60a5521657e66f.tar.gz
keep 'em sorted
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9ad1253bf5..75c39ee980 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,9 @@ PHP NEWS
. Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
(Adam)
+- SNMP:
+ . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)
+
- XSL
. Fixed bug #49634 (Segfault throwing an exception in a XSL registered
function). (Mike)
@@ -34,9 +37,6 @@ PHP NEWS
- ZIP:
. Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)
-- SNMP:
- . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations (Boris Lytochkin)
-
12 Dec 2013, PHP 5.4.23
- Core: