From 194044bbdbd8a3579db2d624efa5bc7596b2da4d Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 25 May 2007 12:35:33 +0000 Subject: [PATCH] Mention json nesting dept bump --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 500d9e04cee..a082992eb49 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)