From: Felipe Pena Date: Wed, 24 Dec 2008 00:46:09 +0000 (+0000) Subject: - Merged into 5.3 X-Git-Tag: php-5.3.0beta1~391 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa28710039bf79707073597d491e136a3cdffc7e;p=php - Merged into 5.3 --- diff --git a/NEWS b/NEWS index 11a11e35dd..1dbb280651 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)