From ced23f5b6f52ef58a3a96d4731db4bee40a82736 Mon Sep 17 00:00:00 2001 From: kjdev Date: Thu, 13 Aug 2026 12:01:02 +0900 Subject: [PATCH] upgrade: version to 0.21.0 --- package.xml | 18 ++++++++++++------ php_brotli.h | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index f4c40bd..9810d49 100644 --- a/package.xml +++ b/package.xml @@ -10,10 +10,10 @@ kjdev@php.net yes - 2026-07-02 + 2026-08-13 - 0.20.0 - 0.20.0 + 0.21.0 + 0.21.0 stable @@ -21,9 +21,11 @@ MIT -- add: MIME type exclusions for transparent output compression (brotli.output_compression_exclude_types) -- add: --enable-apcu configure option to explicitly control APCu serializer support -- fix: enhance APCu include detection for in-tree builds +- add: built-in MIME type exclusion list for transparent output compression +- add: negation tokens (!) in brotli.output_compression_exclude_types +- add: phpinfo() improvements (bundled/external library, APCu serializer status) +- fix: memory leak when BrotliEncoderCompressStream() fails on PHP 7.4+ +- fix: compiler warnings @@ -184,6 +186,10 @@ + + + + diff --git a/php_brotli.h b/php_brotli.h index 1b961b6..e190053 100644 --- a/php_brotli.h +++ b/php_brotli.h @@ -5,7 +5,7 @@ extern "C" { #endif -#define BROTLI_EXT_VERSION "0.20.0" +#define BROTLI_EXT_VERSION "0.21.0" #define BROTLI_NS "Brotli" /* brotli */