summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION6
-rw-r--r--php-iliaal-fastjson.spec5
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 47a4658..f957b54 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
fastjson
fastjson support => enabled
-Version => 0.5.0
+Version => 0.6.0
Backend => yyjson 0.12.0
diff --git a/REFLECTION b/REFLECTION
index 80fca2f..f4fa1a0 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #84 fastjson version 0.5.0 ] {
+Extension [ <persistent> extension #84 fastjson version 0.6.0 ] {
- Dependencies {
Dependency [ json (Optional) ]
@@ -88,8 +88,8 @@ Extension [ <persistent> extension #84 fastjson version 0.5.0 ] {
Parameter #0 [ <required> string $json ]
Parameter #1 [ <required> string $pointer ]
Parameter #2 [ <required> mixed $value ]
- Parameter #3 [ <optional> int $flags = 0 ]
- Parameter #4 [ <optional> int $depth = 512 ]
+ Parameter #3 [ <optional> int $depth = 512 ]
+ Parameter #4 [ <optional> int $flags = 0 ]
}
- Return [ string|false ]
}
diff --git a/php-iliaal-fastjson.spec b/php-iliaal-fastjson.spec
index a6e0d42..945da2c 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.5.0
+Version: 0.6.0
Release: 1%{?dist}
%forgemeta
URL: %{forgeurl}
@@ -137,6 +137,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{ext_name}.so" \
%changelog
+* Fri Jul 10 2026 Remi Collet <remi@remirepo.net> - 0.6.0-1
+- update to 0.6.0
+
* Fri Jul 3 2026 Remi Collet <remi@remirepo.net> - 0.5.0-1
- update to 0.5.0