diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-01 07:44:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-01 07:44:45 +0100 |
commit | 48d606fa67912a46a4dd3940c8c742668c9b9dbf (patch) | |
tree | c4fbd3d79461632316a4c666620aabceadb7dc09 /REFLECTION | |
parent | c98efe682e6b429b3bd5c8404a934122b02d14be (diff) |
update to 0.15.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 } } |