diff options
author | Nikita Popov <nikic@php.net> | 2012-07-01 16:28:57 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2012-07-01 16:28:57 +0200 |
commit | 250393f92523fffe643df06a1de2101fd50a327e (patch) | |
tree | 45055777abbb7760270d7652ae0eb01099b4f858 /ext/json/JSON_parser.h | |
parent | 5f31c81f0754ac031c2c5c056cb48ff4153fea81 (diff) | |
download | php-git-250393f92523fffe643df06a1de2101fd50a327e.tar.gz |
Revert JSON changes to PHP 5.3
This reverts the following commits:
974324676b2436f159f42d9241c569f813471684
4662151ea7d7b6920d115cf2a2d6e9d4232727a3
84fe2cc890e49f40bac7c3ba74b3cfc6dc4cef2f
This does not revert the JSON changes released in PHP 5.3.14.
Diffstat (limited to 'ext/json/JSON_parser.h')
-rw-r--r-- | ext/json/JSON_parser.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/json/JSON_parser.h b/ext/json/JSON_parser.h index 5037344890..746190bb35 100644 --- a/ext/json/JSON_parser.h +++ b/ext/json/JSON_parser.h @@ -24,10 +24,7 @@ enum error_codes { PHP_JSON_ERROR_STATE_MISMATCH, PHP_JSON_ERROR_CTRL_CHAR, PHP_JSON_ERROR_SYNTAX, - PHP_JSON_ERROR_UTF8, - PHP_JSON_ERROR_RECURSION, - PHP_JSON_ERROR_INF_OR_NAN, - PHP_JSON_ERROR_UNSUPPORTED_TYPE + PHP_JSON_ERROR_UTF8 }; extern JSON_parser new_JSON_parser(int depth); |