diff options
author | johannes <johannes@php.net> | 2012-07-05 00:55:47 +0200 |
---|---|---|
committer | johannes <johannes@php.net> | 2012-07-05 00:55:47 +0200 |
commit | bcc87ba68ede7b90cd544ec0911bdbe5d844aa2a (patch) | |
tree | cfef529c6f5127d2ea82e2cb5577291cfc4f47d6 /ext/json/php_json.h | |
parent | d80ff391899f7aead3b9b9c6c084adba8a8203ba (diff) | |
download | php-git-bcc87ba68ede7b90cd544ec0911bdbe5d844aa2a.tar.gz |
Revert change 3f3ad30c50: There shouldn't be new features in 5.3, especially
not if they aren't in 5.4, too.
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r-- | ext/json/php_json.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 3cb4902e27..b104d4ca6a 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -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 |