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 >2024-11-08 </date >
13+ <date >2025-04-22 </date >
1414 <version >
15- <release >0.15.2 </release >
16- <api >0.15.2 </api >
15+ <release >0.16.0 </release >
16+ <api >0.16.0 </api >
1717 </version >
1818 <stability >
1919 <release >stable</release >
2020 <api >stable</api >
2121 </stability >
2222 <license >MIT</license >
2323 <notes >
24- - fix: argument format of type
25- - fix: incompatible pointer type
24+ - change: brotli.state resource in brotli_uncompress_{init,add}() to Btorli\UnCompress\Context class
25+ - change: brotli.state resource in brotli_compress_{init,add}() to Btorli\Compress\Context class
2626 </notes >
2727 <contents >
2828 <dir name =" /" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ extern "C" {
66#endif
77
88/* Don't forget to check BROTLI_LIB_VERSION in config.m4/w32 */
9- #define BROTLI_EXT_VERSION "0.15.2 "
9+ #define BROTLI_EXT_VERSION "0.16.0 "
1010#define BROTLI_NS "Brotli"
1111
1212/* brotli */
You can’t perform that action at this time.
0 commit comments