From 0a682bf6605ead04132f2ace3681e386ca505eb1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Jan 2021 07:44:45 +0100 Subject: update to 0.13.0 --- PHPINFO | 2 +- REFLECTION | 10 +++++++--- php-brotli.spec | 7 +++++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 42a1142..f208c2c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ brotli Brotli support => enabled -Extension Version => 0.12.0 +Extension Version => 0.13.0 Library Version => 1.0.9 APCu serializer ABI => 0 diff --git a/REFLECTION b/REFLECTION index 393fb34..3917bc6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 brotli version 0.12.0 ] { +Extension [ extension #119 brotli version 0.13.0 ] { - Dependencies { Dependency [ apcu (Optional) ] @@ -57,7 +57,9 @@ Extension [ extension #119 brotli version 0.12.0 ] { } Function [ function brotli_compress_init ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $quality ] + Parameter #1 [ $mode ] } } Function [ function brotli_compress_add ] { @@ -83,7 +85,9 @@ Extension [ extension #119 brotli version 0.12.0 ] { } Function [ function Brotli\compress_init ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $quality ] + Parameter #1 [ $mode ] } } Function [ function Brotli\compress_add ] { diff --git a/php-brotli.spec b/php-brotli.spec index 720d845..655c075 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -26,7 +26,7 @@ %bcond_with libbrotli %endif -%global gh_commit 267e470245bc742d99ad4b47a65a3efdb7187168 +%global gh_commit a654233917778e9353b583ca62390e1bb3f87842 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-brotli @@ -37,7 +37,7 @@ Summary: Brotli Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.12.0 +Version: 0.13.0 %if 0%{?gh_date:1} Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jan 22 2021 Remi Collet - 0.13.0-1 +- update to 0.13.0 + * Fri Jan 15 2021 Remi Collet - 0.12.0-1 - update to 0.12.0 - enable apcu serializer with PHP 7+ -- cgit