Add brotli PHP extension

Created on 10 March 2025, 25 days ago

Problem/Motivation

Support brotli compression of assets Needs work will add brotli compression to Drupal but this requires the brotli PHP extension: https://pecl.php.net/package/brotli
We will need this extension in the CI in order to run phpunit tests for this feature.

Steps to reproduce

extension_loaded('brotli');
brotli_compress('foo');

Proposed resolution

I think it can be installed like this:

pecl install brotli
docker-php-ext-enable brotli

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Active

Component

PHP Containers

Created by

🇫🇷France prudloff Lille

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024