]> granicus.if.org Git - php/commit
Added support for JSON_NUMERIC_CHECK option in json_encode() that converts
authorIlia Alshanetsky <iliaa@php.net>
Thu, 20 May 2010 19:37:52 +0000 (19:37 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 20 May 2010 19:37:52 +0000 (19:37 +0000)
commitcf174c13662c32003690c5ced54e47674ce7ffc2
tree0334974a56af4d830509930175a53249deeb153b
parent1bc92476518307a4eacc5d5e81be0f535a14fe4a
Added support for JSON_NUMERIC_CHECK option in json_encode() that converts
numeric strings to integers.
NEWS
ext/json/json.c
ext/json/php_json.h
ext/json/tests/json_encode_basic.phpt
ext/json/tests/json_encode_numeric.phpt [new file with mode: 0644]