From: Jakub Zelenka Date: Tue, 17 Feb 2015 20:52:06 +0000 (+0000) Subject: Set PHP_JSON_VERSION to 1.4.0 X-Git-Tag: PRE_PHP7_EREG_MYSQL_REMOVALS~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ddc246b5a80d8c2917fbcffc3eadde54d2ca575;p=php Set PHP_JSON_VERSION to 1.4.0 --- diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 5bc2cfab0e..54d94da498 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -22,7 +22,7 @@ #ifndef PHP_JSON_H #define PHP_JSON_H -#define PHP_JSON_VERSION "1.2.1" +#define PHP_JSON_VERSION "1.4.0" #include "zend_smart_str_public.h" extern zend_module_entry json_module_entry;