diff options
author | Julien Pauli <jpauli@php.net> | 2014-02-17 11:13:38 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-02-17 11:13:38 +0100 |
commit | 66f76ec1f9bfd57d4c64b4c721c1452cc4f97604 (patch) | |
tree | 15e0c8a9118b55997ac12365402a1621546ca531 | |
parent | 641a0c86d997a0d9252dc48955530e295dacbc6a (diff) | |
download | php-git-66f76ec1f9bfd57d4c64b4c721c1452cc4f97604.tar.gz |
Updated NEWS for #65753
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |