Skip to content

0.18.0

Latest

Choose a tag to compare

@kjdev kjdev released this 13 Aug 23:58
c2593a4

[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_types supports !-prefixed negation tokens (exact match or type/* 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

Full Changelog: 0.17.0...0.18.0