Revert change 3f3ad30c50: There shouldn't be new features in 5.3, especially

not if they aren't in 5.4, too.
This commit is contained in:
johannes 2012-07-05 00:55:47 +02:00
parent d80ff39189
commit bcc87ba68e
5 changed files with 25 additions and 45 deletions

View file

@ -56,7 +56,6 @@ PHP_JSON_API void php_json_decode(zval *return_value, char *str, int str_len, ze
#define PHP_JSON_HEX_QUOT (1<<3)
#define PHP_JSON_FORCE_OBJECT (1<<4)
#define PHP_JSON_NUMERIC_CHECK (1<<5)
#define PHP_JSON_PARTIAL_OUTPUT_ON_ERROR (1<<9)
#define PHP_JSON_OUTPUT_ARRAY 0
#define PHP_JSON_OUTPUT_OBJECT 1