Will allow a pure-PHP implementation of the zlib.inflate filter
Reviewed By: @ptarjan
Differential Revision: D1199799
029051c Add __SystemLib_ChunkedInflator class
hphp/runtime/ext/zlib/ext_zlib.cpp | 89 +++++++++++++++++++-
hphp/runtime/ext/zlib/ext_zlib.h | 3 +
hphp/runtime/ext/zlib/ext_zlib.php | 15 ++++
hphp/test/slow/ext_zlib/inflate_chunked.php | 36 ++++++++
hphp/test/slow/ext_zlib/inflate_chunked.php.expect | 15 ++++
5 files changed, 157 insertions(+), 1 deletion(-)
Upstream: github.com