diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-19 16:57:57 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-19 16:57:57 +0200 |
| commit | 01c77362ae566b1cba9556de4cec580187b13f56 (patch) | |
| tree | cc0d26db5e087bd92183c84fbe115efa6f1a08ed | |
| parent | dc9150dc727de505e06a2cd5167f1a16c19e6a27 (diff) | |
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-iliaal-fastjson.spec | 8 |
3 files changed, 9 insertions, 3 deletions
@@ -2,5 +2,5 @@ fastjson fastjson support => enabled -Version => 0.2.1 +Version => 0.3.0 Backend => yyjson 0.12.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #83 fastjson version 0.2.1 ] { +Extension [ <persistent> extension #84 fastjson version 0.3.0 ] { - Constants [7] { Constant [ <persistent> int FASTJSON_ERROR_NONE ] { 0 } diff --git a/php-iliaal-fastjson.spec b/php-iliaal-fastjson.spec index c77a0b1..60a1c75 100644 --- a/php-iliaal-fastjson.spec +++ b/php-iliaal-fastjson.spec @@ -32,7 +32,7 @@ Summary: Fast JSON encode/decode/validate for PHP # Extension is BSD-3-Clause # Library is MIT License: BSD-3-Clause AND MIT -Version: 0.2.1 +Version: 0.3.0 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -89,6 +89,9 @@ cat << 'EOF' | tee %{ini_name} extension = %{ext_name} EOF +cat vendor/yyjson/VERSION +grep -q %{libyyjsonver} vendor/yyjson/VERSION + %build %{?dtsenable} @@ -137,5 +140,8 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{ext_name}.so" \ %changelog +* Tue May 19 2026 Remi Collet <remi@remirepo.net> - 0.3.0-1 +- update to 0.3.0 + * Sat May 16 2026 Remi Collet <remi@remirepo.net> - 0.2.1-1 - new package |
