github kjdev/php-ext-zstd 0.18.0

3 hours ago

[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

Don't miss a new php-ext-zstd release

NewReleases is sending notifications on new releases.