diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 5 | ||||
-rw-r--r-- | php-xz.spec | 7 |
3 files changed, 9 insertions, 5 deletions
@@ -2,7 +2,7 @@ xz xz support => enabled -xz extension version => 1.1.5 +xz extension version => 1.2.0 liblzma version => 5.8.1 Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #130 xz version 1.1.5 ] { +Extension [ <persistent> extension #130 xz version 1.2.0 ] { - INI { Entry [ xz.compression_level <ALL> ] @@ -43,8 +43,9 @@ Extension [ <persistent> extension #130 xz version 1.1.5 ] { } Function [ <internal:xz> function xzencode ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> string $str ] + Parameter #1 [ <optional> ?int $compression_level = null ] } - Return [ string|false ] } diff --git a/php-xz.spec b/php-xz.spec index 1c3d36d..b558d2f 100644 --- a/php-xz.spec +++ b/php-xz.spec @@ -12,7 +12,7 @@ %bcond_without tests # Forge -#global gh_commit be72e636dd7dd8a220cb9b54f2970477dad878a0 +#global gh_commit 87e7986fe109e78a9ccdb5170a377ad6abf66bfb %global gh_owner mateuszanella %global gh_project php-ext-xz %global forgeurl https://github.com/%{gh_owner}/%{gh_project} @@ -31,7 +31,7 @@ Summary: XZ (LZMA2) compression/decompression Name: %{?scl_prefix}php-%{pecl_name} -Version: 1.1.5 +Version: 1.2.0 %forgemeta Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 @@ -167,6 +167,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Sep 26 2025 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 + * Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 1.1.5-1 - update to 1.1.5 (no change) - switch to mateuszanella/php-ext-xz |