[0.18.0] - 2026-08-13
✨ Added
- Built-in list of uncompressible MIME types for transparent output compression, always applied in addition to
zstd.output_compression_exclude_types(9825967)- The list can be seen in the phpinfo() output
zstd.output_compression_exclude_typessupports!-prefixed negation tokens (exact match ortype/*wildcard) to compress a MIME type even though it is in the built-in list- Within the same list, when multiple tokens match the same MIME type, the last one listed wins, positive or negative (e.g.
image/*,!image/png)
What's Changed
- Fix compiler warnings by @pavetheway91 in #102
- phpinfo improvements by @pavetheway91 in #105
- built-in mime type exclusion list by @pavetheway91 in #104
- Chore mime exclusion list followup by @kjdev in #106
- Feat mimetype exclude negation tokens by @kjdev in #107
Full Changelog: 0.17.0...0.18.0