From 95cef47afb0b5329915a178d34cf27efcb54607b Mon Sep 17 00:00:00 2001 From: Juan Basso Date: Mon, 12 Jan 2015 21:29:52 -0500 Subject: Porting implementation of RFC json_preserve_fractional_part --- ext/json/php_json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/json/php_json.h') diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 25c799b383..2a26b97181 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -64,6 +64,7 @@ typedef enum { #define PHP_JSON_PRETTY_PRINT (1<<7) #define PHP_JSON_UNESCAPED_UNICODE (1<<8) #define PHP_JSON_PARTIAL_OUTPUT_ON_ERROR (1<<9) +#define PHP_JSON_PRESERVE_ZERO_FRACTION (1<<10) /* Internal flags */ #define PHP_JSON_OUTPUT_ARRAY 0 -- cgit v1.2.1