add brotli filter and tests
authorMichael Wallner <mike@php.net>
Mon, 26 Feb 2018 16:25:46 +0000 (17:25 +0100)
committerMichael Wallner <mike@php.net>
Mon, 26 Feb 2018 16:25:46 +0000 (17:25 +0100)
commit6e51a51f7f316102113460250bc66f593063ad55
tree1f881bee92b2da21a3a84008cd885f5356a07971
parentfd20878661cca54ae4445dfc7e48ebe1d5a014e9
add brotli filter and tests
src/php_http_encoding.c
src/php_http_encoding.h
src/php_http_encoding_brotli.c
src/php_http_filter.c
tests/encstream015.phpt [new file with mode: 0644]
tests/encstream016.phpt [new file with mode: 0644]
tests/encstream017.phpt [new file with mode: 0644]
tests/encstream018.phpt [new file with mode: 0644]
tests/encstream019.phpt [new file with mode: 0644]
tests/filterbrotli.phpt [new file with mode: 0644]