From bf4f095f33f6afa8d3175feb7260eb54c0a2d708 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Jul 2026 05:44:37 +0200 Subject: update to 0.17.0 --- PHPINFO | 3 ++- REFLECTION | 5 ++++- php-zstd.spec | 12 +++++++++++- 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 [ extension #145 zstd version 0.16.0 ] { +Extension [ extension #146 zstd version 0.17.0 ] { - Dependencies { Dependency [ apcu (Optional) ] @@ -11,6 +11,9 @@ Extension [ extension #145 zstd version 0.16.0 ] { Entry [ zstd.output_compression_level ] Current = '3' } + Entry [ zstd.output_compression_exclude_types ] + Current = '' + } Entry [ zstd.output_compression_dict ] 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 @@ -136,6 +137,9 @@ cd ../NTS --with-php-config=%{__phpconfig} \ %if %{with libzstd} --with-libzstd \ +%endif +%if %{with apcu} + --enable-apcu \ %endif --with-libdir=%{_lib} \ --enable-zstd @@ -148,6 +152,9 @@ cd ../ZTS --with-php-config=%{__ztsphpconfig} \ %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 - 0.17.0-1 +- update to 0.17.0 + * Fri Jun 5 2026 Remi Collet - 0.16.0-1 - update to 0.16.0 -- cgit