]> granicus.if.org Git - php/commit
Allow the json_decode() depth to be any size, but keep the static one around for...
authorScott MacVicar <scottmac@php.net>
Thu, 14 May 2009 00:13:57 +0000 (00:13 +0000)
committerScott MacVicar <scottmac@php.net>
Thu, 14 May 2009 00:13:57 +0000 (00:13 +0000)
commit1c1ba8cc0602103ca735f4d4aededa812fb1bb91
treeb3f92a1ff2359515752e581c6ec990f9bd873f1b
parent5af0cbef65f48f8b7de8223a0f48be0e9e93a845
Allow the json_decode() depth to be any size, but keep the static one around for now. It might make sense to allow an unbound depth.
ext/json/JSON_parser.c
ext/json/JSON_parser.h
ext/json/json.c