From a30c7fd5c13886e2c299a6d0ca80191d95d00726 Mon Sep 17 00:00:00 2001 From: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:47:36 +0200 Subject: [PATCH] Add brotli and zstd to supported (PECL) extensions --- docs/supported-extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/supported-extensions.md b/docs/supported-extensions.md index 3673c58..1d03d7b 100644 --- a/docs/supported-extensions.md +++ b/docs/supported-extensions.md @@ -48,7 +48,7 @@ please do submit a [Pull Request](https://github.com/php/pie/pulls). | Bitset | ? | | BLENC | ❌ Abandoned | | bloomy | ? | -| brotli | ? | +| brotli | ✅ Supported: [kjdev/brotli](https://packagist.org/packages/kjdev/brotli) | | bsdiff | ? | | bz2 | ❌ Core - see [php/pie#133](https://github.com/php/pie/issues/133) | | bz2_filter | ? | @@ -422,4 +422,4 @@ please do submit a [Pull Request](https://github.com/php/pie/pulls). | zlib_filter | ? | | zmq | ❌ Abandoned | | zookeeper | ? | -| zstd | ? | +| zstd | ✅ Supported: [kjdev/zstd](https://packagist.org/packages/kjdev/zstd) |