From 835c24b760c909bd40df6a4a016e5fe42ff7a3fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Oct 2022 15:37:50 +0200 Subject: update to 4.0.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-simdjson.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 42df20e..9f883b7 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ simdjson simdjson support => enabled -Version => 3.0.0 +Version => 4.0.0 Support => https://github.com/crazyxman/simdjson_php Implementation => Intel/AMD AVX2 diff --git a/REFLECTION b/REFLECTION index d401e4b..8057673 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 simdjson version 3.0.0 ] { +Extension [ extension #118 simdjson version 4.0.0 ] { - Dependencies { } diff --git a/php-pecl-simdjson.spec b/php-pecl-simdjson.spec index 6d55f20..49360a2 100644 --- a/php-pecl-simdjson.spec +++ b/php-pecl-simdjson.spec @@ -19,7 +19,7 @@ Summary: Provides faster json decoding through simdjson bindings for PHP Name: %{?scl_prefix}php-pecl-simdjson -Version: 3.0.0 +Version: 4.0.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -204,6 +204,9 @@ cd ../ZTS %changelog +* Wed Oct 19 2022 Remi Collet - 4.0.0-1 +- update to 4.0.0 + * Mon Oct 17 2022 Remi Collet - 3.0.0-1 - update to 3.0.0 -- cgit