mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
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:
parent
d80ff39189
commit
bcc87ba68e
5 changed files with 25 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue