summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-03 05:44:37 +0200
committerRemi Collet <remi@php.net>2026-07-03 05:44:37 +0200
commitbf4f095f33f6afa8d3175feb7260eb54c0a2d708 (patch)
tree5df98f491ec1d92eae6e7eacc09c060f0c6b599e
parent23032782304b1a2322d2b72e8eb5bab8bfa5814a (diff)
update to 0.17.0HEADmaster
-rw-r--r--PHPINFO3
-rw-r--r--REFLECTION5
-rw-r--r--php-zstd.spec12
3 files changed, 17 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index da40faf..6da02a5 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,13 @@
zstd
Zstd support => enabled
-Extension Version => 0.16.0
+Extension Version => 0.17.0
Interface Version => 1.5.7
APCu serializer ABI => 0
Directive => Local Value => Master Value
zstd.output_compression => Off => Off
zstd.output_compression_level => 3 => 3
+zstd.output_compression_exclude_types => no value => no value
zstd.output_compression_dict => no value => no value
zstd.apcu_compression_level => 3 => 3
diff --git a/REFLECTION b/REFLECTION
index 986882b..5aa8e90 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #145 zstd version 0.16.0 ] {
+Extension [ <persistent> extension #146 zstd version 0.17.0 ] {
- Dependencies {
Dependency [ apcu (Optional) ]
@@ -11,6 +11,9 @@ Extension [ <persistent> extension #145 zstd version 0.16.0 ] {
Entry [ zstd.output_compression_level <ALL> ]
Current = '3'
}
+ Entry [ zstd.output_compression_exclude_types <ALL> ]
+ Current = ''
+ }
Entry [ zstd.output_compression_dict <ALL> ]
Current = ''
}
diff --git a/php-zstd.spec b/php-zstd.spec
index f3765f5..7d3953d 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -38,7 +38,7 @@ License: MIT
# bundled library is BSD-3-Clause
License: MIT AND BSD-3-Clause
%endif
-Version: 0.16.0
+Version: 0.17.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%forgemeta
URL: %{forgeurl}
@@ -118,6 +118,7 @@ extension = %{pecl_name}.so
; Configuration
;zstd.output_compression = Off
;zstd.output_compression_level = 3
+;zstd.output_compression_exclude_types =
;zstd.output_compression_dict =
;zstd.apcu_compression_level = 3
EOF
@@ -137,6 +138,9 @@ cd ../NTS
%if %{with libzstd}
--with-libzstd \
%endif
+%if %{with apcu}
+ --enable-apcu \
+%endif
--with-libdir=%{_lib} \
--enable-zstd
@@ -149,6 +153,9 @@ cd ../ZTS
%if %{with libzstd}
--with-libzstd \
%endif
+%if %{with apcu}
+ --enable-apcu \
+%endif
--with-libdir=%{_lib} \
--enable-zstd
@@ -238,6 +245,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
%changelog
+* Fri Jul 3 2026 Remi Collet <remi@remirepo.net> - 0.17.0-1
+- update to 0.17.0
+
* Fri Jun 5 2026 Remi Collet <remi@remirepo.net> - 0.16.0-1
- update to 0.16.0