summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-12-24 00:46:09 +0000
committerFelipe Pena <felipe@php.net>2008-12-24 00:46:09 +0000
commitfa28710039bf79707073597d491e136a3cdffc7e (patch)
treed1ab94ff1c40a6b8cacede788b52a501284f0006 /NEWS
parent6651864c254a76d96e2fc743cf5a4b4524fa0d0f (diff)
downloadphp-git-fa28710039bf79707073597d491e136a3cdffc7e.tar.gz
- Merged into 5.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)