php-ext-brotli icon indicating copy to clipboard operation
php-ext-brotli copied to clipboard

Brotli Extension for PHP

Results 12 php-ext-brotli issues
Sort by recently updated
recently updated
newest added

After i run **% ./configure --with-libbrotli** i get this error - **checking for libbrotlienc... configure: error: system libbrotlienc must be upgraded to version >= 0.6** ![Screenshot_3](https://github.com/kjdev/php-ext-brotli/assets/134040455/231ed834-9f55-4a16-8162-b65af596a8e8)

wontfix

I'm working on a custom http client that'd support gzip as well as brotli. I'm parsing the http request headers and upon processing the headers I'm trying to apply a...