summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-19 16:57:57 +0200
committerRemi Collet <remi@php.net>2026-05-19 16:57:57 +0200
commit01c77362ae566b1cba9556de4cec580187b13f56 (patch)
treecc0d26db5e087bd92183c84fbe115efa6f1a08ed
parentdc9150dc727de505e06a2cd5167f1a16c19e6a27 (diff)
update to 0.3.0HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-iliaal-fastjson.spec8
3 files changed, 9 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index e8bb481..82a479f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
fastjson
fastjson support => enabled
-Version => 0.2.1
+Version => 0.3.0
Backend => yyjson 0.12.0
diff --git a/REFLECTION b/REFLECTION
index 7946c0f..4e5af15 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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