summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Allow exceptions in __toString()Nikita Popov2019-06-051-2/+4
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Deprecate fgetss() and gzgetss()Nikita Popov2018-07-211-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-111-2/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-111-2/+4
| |\
| | * Fix Bug #75299 Wrong reflection on inflate_init and inflate_addFabien Villepinte2017-10-011-2/+4
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-101-72/+1
| |\ \ |/ / / | | _
| * Revert "Add more constants, improve comments, and add tests"Anatol Belski2017-07-101-72/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-06-251-1/+72
|\ \ | |/
| * Add more constants, improve comments, and add testsMatthew Trescott2017-06-251-1/+72
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-18/+15
|\ \ | |/
| * Remove invalid check of dictionary content and add initialization of dictiona...wapmorgan2017-06-251-18/+15
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-03-151-4/+2
|\ \ | |/
| * Fixed bug #74240 (deflate_add can allocate too much memory)Matt Bonneau2017-03-151-4/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-081-2/+1
|\ \ | |/
| * deflate_add(): Don't add unnecessary +1 to sizeNikita Popov2017-01-081-2/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-221-2/+17
|\ \ | |/
| * Fixed bug #73373 (deflate_add does not verify that output was not truncated)Bob Weinand2016-12-221-2/+17
* | Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-6/+6
|/
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Format string fixesNikita Popov2016-02-141-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Removed dead codeJulien Pauli2015-08-171-2/+0
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-32/+32
* | Add support for string dictionaries, fix array dictionaries ({de,in}flate)Bob Weinand2015-05-211-48/+75
* | Fix unrelated tests and zlib window sizeBob Weinand2015-05-151-4/+4
* | Minor typo in warning messageBob Weinand2015-05-151-1/+13
* | Add strategy option to deflate_init()Bob Weinand2015-05-151-4/+23
* | Add dictionary option to {in,de}flate_init()Bob Weinand2015-05-151-3/+98
* | Add window option to {de,in}flate_init()Bob Weinand2015-05-151-33/+63
* | Improve ZBLOCK handling with zlib < 1.2.4Daniel Lowrey2015-05-071-14/+10
* | Fix Z_BLOCK breakage when built against zlib < 1.2.4Daniel Lowrey2015-05-071-0/+13
* | Clean up some type conversionsNikita Popov2015-04-271-1/+1
* | Tweak new deflate/inflate implementationsNikita Popov2015-04-251-21/+7
* | Fix vim folding blockDaniel Lowrey2015-04-241-0/+1
* | Merge branch 'deflate'Daniel Lowrey2015-04-241-1/+323
|\ \
| * | Add incremental zlib inflate APIDaniel Lowrey2015-04-231-3/+150
| * | Several deflate_* changes (more after the jump)Daniel Lowrey2015-04-231-64/+86
| * | Add incremental zlib deflate APIBob Weinand2015-04-221-0/+153