diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-18 09:22:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-18 09:22:53 +0200 |
commit | 7846e78bdef19e829131dcb633b94c5e4851abcc (patch) | |
tree | 5a04c6dc2e8496e439930095311320ae8c1e5f12 | |
parent | 10e02398c9dcd1501db9f585d98b6412fb6570f2 (diff) |
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 16 | ||||
-rw-r--r-- | php-brotli.spec | 5 |
3 files changed, 13 insertions, 10 deletions
@@ -2,7 +2,7 @@ brotli Brotli support => enabled -Extension Version => 0.17.0 +Extension Version => 0.18.0 Library Version => 1.1.0 Dictionary support => enabled APCu serializer ABI => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #71 brotli version 0.17.0 ] { +Extension [ <persistent> extension #71 brotli version 0.18.0 ] { - Dependencies { Dependency [ apcu (Optional) ] @@ -16,7 +16,7 @@ Extension [ <persistent> extension #71 brotli version 0.17.0 ] { } } - - Constants [10] { + - Constants [12] { Constant [ int BROTLI_GENERIC ] { 0 } Constant [ int BROTLI_TEXT ] { 1 } Constant [ int BROTLI_FONT ] { 2 } @@ -27,6 +27,8 @@ Extension [ <persistent> extension #71 brotli version 0.17.0 ] { Constant [ int BROTLI_FLUSH ] { 1 } Constant [ int BROTLI_FINISH ] { 2 } Constant [ bool BROTLI_DICTIONARY_SUPPORT ] { 1 } + Constant [ int BROTLI_VERSION_NUMBER ] { 16781312 } + Constant [ string BROTLI_VERSION_TEXT ] { 1.1.0 } } - Functions { @@ -42,10 +44,9 @@ Extension [ <persistent> extension #71 brotli version 0.17.0 ] { } Function [ <internal:brotli> function brotli_uncompress ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ <required> string $data ] - Parameter #1 [ <optional> int $length = 0 ] - Parameter #2 [ <optional> ?string $dict = null ] + Parameter #1 [ <optional> ?string $dict = null ] } - Return [ string|false ] } @@ -61,10 +62,9 @@ Extension [ <persistent> extension #71 brotli version 0.17.0 ] { } Function [ <internal:brotli> function Brotli\uncompress ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ <required> string $data ] - Parameter #1 [ <optional> int $length = 0 ] - Parameter #2 [ <optional> ?string $dict = null ] + Parameter #1 [ <optional> ?string $dict = null ] } - Return [ string|false ] } diff --git a/php-brotli.spec b/php-brotli.spec index 773bfb6..8c866dc 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -23,7 +23,7 @@ Summary: Brotli Extension for PHP Name: %{?scl_prefix}php-%{pecl_name} -Version: 0.17.0 +Version: 0.18.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} @@ -204,6 +204,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 0.18.0-1 +- update to 0.18.0 + * Mon May 19 2025 Remi Collet <remi@remirepo.net> - 0.17.0-1 - update to 0.17.0 |