]> granicus.if.org Git - php/commit
Several deflate_* changes (more after the jump)
authorDaniel Lowrey <rdlowrey@php.net>
Wed, 22 Apr 2015 05:00:10 +0000 (23:00 -0600)
committerDaniel Lowrey <rdlowrey@php.net>
Fri, 24 Apr 2015 05:49:35 +0000 (23:49 -0600)
commitdaecc326188d7d3ced05e42f0c07ded4e9b130aa
tree4b216b85f51bf5e93938a9bb1a391f5944f8a058
parente0e1d99c719a228d4702d3b71eb4ae8dfc47d539
Several deflate_* changes (more after the jump)

- Remove deflate_flush()
- Add ZLIB_FINISH constant for use with deflate_add()
- Use options array at parameter 2 of deflate_add() to insulate
  against future API changes
- Minor bug fixes
- deflate_init() and deflate_add() now always return FALSE in the
  event of an error
ext/zlib/zlib.c