summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO8
-rw-r--r--REFLECTION5
-rw-r--r--php-brotli.spec10
3 files changed, 18 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 6249997..9ee7a2a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,13 @@
brotli
Brotli support => enabled
-Extension Version => 0.18.3
+Extension Version => 0.19.0
Library Version => 1.2.0
Dictionary support => enabled
APCu serializer ABI => 0
+
+Directive => Local Value => Master Value
+brotli.output_compression => Off => Off
+brotli.output_compression_level => 11 => 11
+brotli.output_compression_dict => no value => no value
+brotli.apcu_compression_level => 11 => 11
diff --git a/REFLECTION b/REFLECTION
index 2f95e1a..1a003de 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #70 brotli version 0.18.3 ] {
+Extension [ <persistent> extension #71 brotli version 0.19.0 ] {
- Dependencies {
Dependency [ apcu (Optional) ]
@@ -14,6 +14,9 @@ Extension [ <persistent> extension #70 brotli version 0.18.3 ] {
Entry [ brotli.output_compression_dict <ALL> ]
Current = ''
}
+ Entry [ brotli.apcu_compression_level <ALL> ]
+ Current = '11'
+ }
}
- Constants [12] {
diff --git a/php-brotli.spec b/php-brotli.spec
index 041c172..59ac77f 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -30,8 +30,8 @@
Name: %{?scl_prefix}php-%{pecl_name}
Summary: Brotli Extension for PHP
License: MIT
-Version: 0.18.3
-Release: 2%{?dist}
+Version: 0.19.0
+Release: 1%{?dist}
%forgemeta
URL: %{forgeurl}
Source0: %{forgesource}
@@ -95,9 +95,10 @@ cat << 'EOF' | tee %{ini_name}
extension = %{pecl_name}.so
; Configuration
-;brotli.output_compression = 0
+;brotli.output_compression = Off
;brotli.output_compression_level = 11
;brotli.output_compression_dict =
+;brotli.apcu_compression_level = 11
EOF
@@ -200,6 +201,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Jun 5 2026 Remi Collet <remi@remirepo.net> - 0.19.0-1
+- update to 0.19.0
+
* Tue Mar 17 2026 Remi Collet <remi@remirepo.net> - 0.18.3-2
- drop pear/pecl dependency
- sources from github