From: Hannes Magnusson Date: Fri, 25 May 2007 12:35:33 +0000 (+0000) Subject: Mention json nesting dept bump X-Git-Tag: php-5.2.3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=194044bbdbd8a3579db2d624efa5bc7596b2da4d;p=php Mention json nesting dept bump --- diff --git a/NEWS b/NEWS index 500d9e04ce..a082992eb4 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ PHP NEWS - Improved compilation of heredocs and interpolated strings. (Matt, Dmitry) - Optimized out a couple of per-request syscalls (Rasmus) - Optimized digest generation in md5() and sha1() functions. (Ilia) +- Increased json nested data from 20 to 128. (Rasmus) - Upgraded SQLite 3 to version 3.3.16 (Ilia) - Added a 4th parameter flag to htmlspecialchars() and htmlentities() that makes the function not encode existing html entities. (Ilia)