From ff154a1d88f63dd64c574ea21d71f1b3f9f2bda3 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Tue, 30 Aug 2022 07:30:55 -0400 Subject: [PATCH] Fix license metadata in package.xml, match LICENSE file And add missing config.w32 file for Windows to package.xml The package.xml file was generated by a script and I forgot to update this. --- package.xml | 28 ++++++++++++++++++++++------ php_simdjson.h | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) 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