1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 04:21:18 +02:00

- Merged into 5.3

This commit is contained in:
Felipe Pena
2008-12-24 00:46:09 +00:00
parent 6651864c25
commit fa28710039

1
NEWS
View File

@@ -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)