1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

Add brotli and zstd to supported (PECL) extensions

This commit is contained in:
Jesper Noordsij
2025-04-17 16:47:36 +02:00
committed by GitHub
parent 2c73701769
commit a30c7fd5c1

View File

@@ -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) |