php-ext-brotli
php-ext-brotli copied to clipboard
Brotli Extension for PHP
how to uninstall?
Although the brotli extension supports streaming via stream wrappers, it is currently missing the ability to compress/decompress incrementally. This feature is needed in order to achieve certain streaming workflows that...
``` configure --disable-all --enable-cli --enable-brotli=shared ``` Error: ``` C:\php-sdk\phpmaster\vs16\x64\php-8.0.0-src $ nmake Microsoft (R) Program Maintenance Utility Version 14.28.29334.0 Copyright (C) Microsoft Corporation. All rights reserved. Recreating build dirs Recreating build...
I've activated brotli.output_compression = On brotli.output_compression_level = 4 **With nginx upstream with keepalive** With a static php-fpm pool of php7.4 behind nginx, I can make one successful request with brotli...
Would it possible to create a easy to install APT Package like `php-ext-brotli` which installs like `sudo apt-get install php-xml`
Using PuTTY I ran the following: ``` git clone --recursive --depth=1 https://github.com/kjdev/php-ext-brotli.git cd php-ext-brotli phpize ./configure make make install ``` Tried running the code in PHP: ``` echo brotli_compress('test 1');...
Hello, Anyone has an idea how to install the Brotli PHP Extension on a cPanel server? It's not showing up in PEAR, PECL or EasyApache 4... Thanks!
Hi there, I installed php-ext-brotli on PHP 7.2 and I got this error when I run `php -v` on ubuntu 18.04 ``` PHP Warning: PHP Startup: brotli: Unable to initialize...
For some reason I need to remove Brazilian language from mime.conf when using brotli.so with php-fpm so it doesn't get send as content-language br When I have in my mime.conf:...
Hi, I'm not sure if this is an issue with this extension at all, but thought I'd make an issue here in case it's anything that anyone here knows about....