summaryrefslogtreecommitdiff
path: root/ext/json/php_json.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-01 23:51:41 -0700
committerStanislav Malyshev <stas@php.net>2012-05-01 23:54:10 -0700
commit7bbd5521d28ee77c5a8df80174f52dad0112e872 (patch)
treeb35898ffd46a9c68d42a12f775b9a4e83b8379b6 /ext/json/php_json.h
parent93192ec56df762341125f257cc61ab0c3e64ea76 (diff)
downloadphp-git-7bbd5521d28ee77c5a8df80174f52dad0112e872.tar.gz
Revert "Fix bug #61537 (json_encode() incorrectly truncates/discards information) and"
This reverts commit cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b. The fix is not correct, not fixed after discussion on github. Please fix the issues and reapply the patch
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r--ext/json/php_json.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h
index 20426c0153..ef3e4b5a79 100644
--- a/ext/json/php_json.h
+++ b/ext/json/php_json.h
@@ -63,7 +63,6 @@ extern zend_class_entry *php_json_serializable_ce;
#define PHP_JSON_UNESCAPED_SLASHES (1<<6)
#define PHP_JSON_PRETTY_PRINT (1<<7)
#define PHP_JSON_UNESCAPED_UNICODE (1<<8)
-#define PHP_JSON_PARTIAL_OUTPUT_ON_ERROR (1<<9)
/* Internal flags */
#define PHP_JSON_OUTPUT_ARRAY 0