summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.h
diff options
context:
space:
mode:
authorandrey <andrey@php.net>2012-07-09 17:59:42 +0300
committerandrey <andrey@php.net>2012-07-09 17:59:42 +0300
commit66e1ac23c1601abb66fa78bff87453e5e37a9377 (patch)
tree19b707c38dda43d747dd923ac05974632bcb07fc /ext/json/JSON_parser.h
parent555db7dc4ecaffdbfb4a10f4d00ddd81c0f89ef6 (diff)
parent2032470e4113dfbf04a1ed3b12de85ffcde6f367 (diff)
downloadphp-git-66e1ac23c1601abb66fa78bff87453e5e37a9377.tar.gz
Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4
Diffstat (limited to 'ext/json/JSON_parser.h')
-rw-r--r--ext/json/JSON_parser.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/json/JSON_parser.h b/ext/json/JSON_parser.h
index 8671765b4d..541664b8c6 100644
--- a/ext/json/JSON_parser.h
+++ b/ext/json/JSON_parser.h
@@ -25,10 +25,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);