summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-02-17 11:13:38 +0100
committerJulien Pauli <jpauli@php.net>2014-02-17 11:13:38 +0100
commit66f76ec1f9bfd57d4c64b4c721c1452cc4f97604 (patch)
tree15e0c8a9118b55997ac12365402a1621546ca531
parent641a0c86d997a0d9252dc48955530e295dacbc6a (diff)
downloadphp-git-66f76ec1f9bfd57d4c64b4c721c1452cc4f97604.tar.gz
Updated NEWS for #65753
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1e58a00cb9..febb3333d6 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP NEWS
. Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones
per offset too). (Derick)
+- JSON:
+ . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
+ (chobieeee@php.net)
+
- LDAP:
. Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
(Ondřej Hošek)