summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-02-18 08:37:53 -0800
committerStanislav Malyshev <stas@php.net>2014-02-18 08:37:53 -0800
commit0658e65f644b0b6cad139d64bcadd2d0e8fcdb9a (patch)
tree99e0b49868aca5ac512fe79db38a4df53d15a05c
parentfdb9b6e5ec73d37b9734c9f7c50b3946ed85b5e3 (diff)
downloadphp-git-php-5.4.26RC1.tar.gz
update NEWSphp-5.4.26RC1
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 912e72048f..ebfcbad44f 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP NEWS
. Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
(chobieeee@php.net)
+- Fileinfo:
+ . Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943) (Remi)
+
- LDAP:
. Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
(Ondřej Hošek)