From: Julien Pauli Date: Mon, 17 Feb 2014 10:16:32 +0000 (+0100) Subject: Updated NEWS for #65753 X-Git-Tag: php-5.6.0alpha3~1^2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bc96ef3cc8aedee17d3ab389ee37e90d2ce4d20;p=php Updated NEWS for #65753 --- diff --git a/NEWS b/NEWS index b3d5864d63..1c224759bb 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ PHP NEWS . Fixed imagettftext to load the correct character map rather than the last one. (Scott) +- JSON: + . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) + (chobieeee@php.net) + - Openssl . Fixed segfault when accessing non-existent context for client SNI use (Daniel Lowrey)