diff --git a/README.md b/README.md index 4ffddcc..6980371 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,10 @@ brotli.output\_compression\_dict | "" | PHP\_INI\_ALL * brotli.output\_compression\_exclude\_types _string_ - Extension contains a built-in list of non-compressible MIME types. - The list can be found from phpinfo() output. If something is - missing, more MIME types can be added with this ini setting. + The extension contains a built-in list of non-compressible MIME + types. The list can be found in the phpinfo() output. If + something is missing, more MIME types can be added with this + ini setting. Comma-separated list of MIME types that should not be compressed by the transparent output handler. diff --git a/package.xml b/package.xml index 5dc7644..f4c40bd 100644 --- a/package.xml +++ b/package.xml @@ -183,6 +183,7 @@ + diff --git a/tests/ob_exclude_001.phpt b/tests/ob_exclude_001.phpt index 9d878b2..ad8c933 100644 --- a/tests/ob_exclude_001.phpt +++ b/tests/ob_exclude_001.phpt @@ -1,5 +1,5 @@ --TEST-- -brotli.output_compression_exclude_types exact match +built-in output compression exclude list: exact match (no ini set) --SKIPIF-- +--GET-- +a=b +--INI-- +brotli.output_compression=1 +--ENV-- +HTTP_ACCEPT_ENCODING=br +--FILE-- + +--EXPECT-- +hi