diff --git a/package.xml b/package.xml index d23f7ca..2434f0e 100644 --- a/package.xml +++ b/package.xml @@ -16,23 +16,24 @@ 1054636713@qq.com yes - 2022-08-29 + 2022-08-30 - 2.0.1 - 2.0.1 + 2.0.2 + 2.0.2 stable stable - PHP License + Apache 2.0 -* On 32-bit builds, convert decoded 64-bit integers to floats if they would be out of range. +* Fix license metadata in package.xml + @@ -85,6 +86,21 @@ simdjson + + 2022-08-29 + + 2.0.1 + 2.0.1 + + + stable + stable + + Apache 2.0 + +* On 32-bit builds, convert decoded 64-bit integers to floats if they would be out of range. + + 2022-08-15 @@ -95,7 +111,7 @@ stable stable - PHP License + Apache 2.0 * Initial PECL release diff --git a/php_simdjson.h b/php_simdjson.h index 33c894c..8933661 100644 --- a/php_simdjson.h +++ b/php_simdjson.h @@ -17,7 +17,7 @@ extern zend_module_entry simdjson_module_entry; #define phpext_simdjson_ptr &simdjson_module_entry -#define PHP_SIMDJSON_VERSION "2.0.1" +#define PHP_SIMDJSON_VERSION "2.0.2" #define SIMDJSON_SUPPORT_URL "https://github.com/crazyxman/simdjson_php" #define SIMDJSON_PARSE_FAIL 0 #define SIMDJSON_PARSE_SUCCESS 1