From fa28710039bf79707073597d491e136a3cdffc7e Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 24 Dec 2008 00:46:09 +0000 Subject: [PATCH] - Merged into 5.3 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 11a11e35ddf..1dbb2806516 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ PHP NEWS - Add json_last_error() to return any error information from json_decode(). (Scott) +- Added shm_has_var() function. (Mike) - Add a depth parameter to json_decode() to lower the nesting depth from the maximum if required. (Scott)