From dd34fe52b93dd48b9667dd75f07d0a48681c3dca Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 19 Apr 2012 23:23:46 -0300 Subject: [PATCH] - BFN --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 5fe7245b195..79e9f7a7304 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2012, PHP 5.3.12 +- Core: + . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename + set to null). (Anatoliy) + - JSON . Fixed bug #61537 (json_encode() incorrectly truncates/discards information). (Adam)