diff options
| author | Remi Collet <remi@remirepo.net> | 2025-04-22 08:36:35 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-04-22 08:36:35 +0200 | 
| commit | 586e2c0a48114373bf4174295d54c634e7911e16 (patch) | |
| tree | 4b9c8a4c7322a8629bb067abbb9ab9029c6b8562 | |
| parent | 46a9449599ec7f474188f7335e9ebe7a0d28ff14 (diff) | |
update to 0.16.0
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 40 | ||||
| -rw-r--r-- | php-brotli.spec | 23 | 
3 files changed, 55 insertions, 10 deletions
| @@ -2,6 +2,6 @@  brotli  Brotli support => enabled -Extension Version => 0.15.2 +Extension Version => 0.16.0  Library Version => 1.1.0  APCu serializer ABI => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #68 brotli version 0.15.2 ] { +Extension [ <persistent> extension #71 brotli version 0.16.0 ] {    - Dependencies {      Dependency [ apcu (Optional) ] @@ -113,5 +113,43 @@ Extension [ <persistent> extension #68 brotli version 0.15.2 ] {        }      }    } + +  - Classes [2] { +    Class [ <internal:brotli> final class Brotli\Compress\Context ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [0] { +      } +    } + +    Class [ <internal:brotli> final class Brotli\UnCompress\Context ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [0] { +      } +    } +  }  } diff --git a/php-brotli.spec b/php-brotli.spec index 489b93e..1476b2d 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -1,8 +1,8 @@  # remirepo spec file for php-brotli  # -# Copyright (c) 2017-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText:  Copyright 2017-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt  #  # Please, preserve the changelog entries  # @@ -14,6 +14,8 @@  %bcond_without      tests  %global pecl_name   brotli +%global pie_vend    kjdev +%global pie_proj    brotli  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}}  %global ini_name    40-%{pecl_name}.ini  %global sources     %{pecl_name}-%{version} @@ -21,7 +23,7 @@  Summary:       Brotli Extension for PHP  Name:          %{?scl_prefix}php-%{pecl_name} -Version:       0.15.2 +Version:       0.16.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} @@ -40,10 +42,12 @@ Provides:      bundled(brotli) = 1.1.0  Requires:      %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:      %{?scl_prefix}php(api) = %{php_core_api} -Provides:      %{?scl_prefix}php-pecl-%{pecl_name}          = %{version} -Provides:      %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version} -Provides:      %{?scl_prefix}php-pecl(%{pecl_name})         = %{version} -Provides:      %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides:      %{?scl_prefix}php-pecl-%{pecl_name}            = %{version} +Provides:      %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}    = %{version} +Provides:      %{?scl_prefix}php-pecl(%{pecl_name})           = %{version} +Provides:      %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa}   = %{version} +Provides:      %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} +Provides:      %{?scl_prefix}php-%{pie_vend}-%{pie_proj}      = %{version}  %description @@ -199,6 +203,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Apr 22 2025 Remi Collet <remi@remirepo.net> - 0.16.0-1 +- update to 0.16.0 +  * Fri Nov  8 2024 Remi Collet <remi@remirepo.net> - 0.15.2-1  - update to 0.15.2 | 
