summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION5
-rw-r--r--php-brotli.spec7
3 files changed, 10 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index cb5f461..1742d1a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
brotli
Brotli support => enabled
-Extension Version => 0.14.2
-Library Version => 1.0.9
+Extension Version => 0.15.0
+Library Version => 1.1.0
APCu serializer ABI => 0
diff --git a/REFLECTION b/REFLECTION
index 7aa75b6..4991f7b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #71 brotli version 0.14.2 ] {
+Extension [ <persistent> extension #63 brotli version 0.15.0 ] {
- Dependencies {
Dependency [ apcu (Optional) ]
@@ -13,7 +13,7 @@ Extension [ <persistent> extension #71 brotli version 0.14.2 ] {
}
}
- - Constants [8] {
+ - Constants [9] {
Constant [ int BROTLI_GENERIC ] { 0 }
Constant [ int BROTLI_TEXT ] { 1 }
Constant [ int BROTLI_FONT ] { 2 }
@@ -21,6 +21,7 @@ Extension [ <persistent> extension #71 brotli version 0.14.2 ] {
Constant [ int BROTLI_COMPRESS_LEVEL_MAX ] { 11 }
Constant [ int BROTLI_COMPRESS_LEVEL_DEFAULT ] { 11 }
Constant [ int BROTLI_PROCESS ] { 0 }
+ Constant [ int BROTLI_FLUSH ] { 1 }
Constant [ int BROTLI_FINISH ] { 2 }
}
diff --git a/php-brotli.spec b/php-brotli.spec
index 552260b..68b6d80 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-brotli
#
-# Copyright (c) 2017-2023 Remi Collet
+# Copyright (c) 2017-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -21,7 +21,7 @@
Summary: Brotli Extension for PHP
Name: %{?scl_prefix}php-%{pecl_name}
-Version: 0.14.2
+Version: 0.15.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}
@@ -203,6 +203,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Feb 1 2024 Remi Collet <remi@remirepo.net> - 0.15.0-1
+- update to 0.15.0
+
* Mon Sep 4 2023 Remi Collet <remi@remirepo.net> - 0.14.2-1
- update to 0.14.2 (no change)