File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <email >kjdev@php.net</email >
1111 <active >yes</active >
1212 </lead >
13- <date >2025-12-01 </date >
13+ <date >2026-06-05 </date >
1414 <version >
15- <release >0.18.3 </release >
16- <api >0.18.3 </api >
15+ <release >0.19.0 </release >
16+ <api >0.19.0 </api >
1717 </version >
1818 <stability >
1919 <release >stable</release >
2020 <api >stable</api >
2121 </stability >
2222 <license >MIT</license >
2323 <notes >
24- - update: build-in brotli library to v1.2.0
24+ - add: configurable compression level for the APCu serializer (brotli.apcu_compression_level)
25+ - fix: SIGSEGV in the APCu serializer callbacks on ZTS shared builds
26+ - fix: CG(empty_string) crash in the smart_str_extract() fallback on PHP 7.1 ZTS
27+ - fix: heap-buffer-overflow in php_brotli_decompress_read() inner read
28+ - fix: heap-use-after-free in php_brotli_decompress_read()
29+ - fix: propagate failure of brotli_uncompress_add() to the caller
30+ - fix: UBSAN-detected undefined behavior in brotli_uncompress_add()
31+ - fix: build on PHP 8.6+
2532 </notes >
2633 <contents >
2734 <dir name =" /" >
184191 <file name =" tests/streams_004.phpt" role =" test" />
185192 <file name =" tests/streams_005.phpt" role =" test" />
186193 <file name =" tests/streams_006.phpt" role =" test" />
194+ <file name =" tests/streams_007.phpt" role =" test" />
187195 <file name =" tests/files/dictionary_ob.br" role =" test" />
188196 <file name =" tests/files/ob_008.br" role =" test" />
189197 <file name =" tests/files/ob_011.br" role =" test" />
Original file line number Diff line number Diff line change 55extern "C" {
66#endif
77
8- #define BROTLI_EXT_VERSION "0.18.3 "
8+ #define BROTLI_EXT_VERSION "0.19.0 "
99#define BROTLI_NS "Brotli"
1010
1111/* brotli */
You can’t perform that action at this time.
0 commit comments