summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-03-04 11:56:01 -0800
committerStanislav Malyshev <stas@php.net>2014-03-04 11:56:01 -0800
commitc9a6c62b41604b2d90a48999d3c2fc12e1c17234 (patch)
tree82b6c87dfdcf3e619867edd051afbd4b99832a06
parent71e21e17a1b05afa6d4fed4f8a56c065bafeefc4 (diff)
downloadphp-git-c9a6c62b41604b2d90a48999d3c2fc12e1c17234.tar.gz
add fix for #66820
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ebfcbad44f..a50d0da04c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-20 Feb 2014, PHP 5.4.26 RC1
+06 Mar 2014, PHP 5.4.26
- JSON:
. Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
@@ -8,6 +8,7 @@ PHP NEWS
- Fileinfo:
. Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943) (Remi)
+ . Fixed bug #66820 (out-of-bounds memory access in fileinfo) (Remi)
- LDAP:
. Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).