summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-024-4/+4
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-112-2/+24
|\
| * Fix Bug #75299 Wrong reflection on inflate_init and inflate_addFabien Villepinte2017-10-012-2/+24
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-104-162/+1
|\ \ | |/
| * Revert "Add more constants, improve comments, and add tests"Anatol Belski2017-07-104-162/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-06-254-1/+162
|\ \ | |/
| * Add more constants, improve comments, and add testsMatthew Trescott2017-06-254-1/+162
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-254-18/+32
|\ \ | |/
| * Remove invalid check of dictionary content and add initialization of dictiona...wapmorgan2017-06-254-18/+32
| * extend zlib export required for the recent libpngAnatol Belski2017-04-231-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-231-0/+1
|\ \
| * | extend zlib export required for the recent libpngAnatol Belski2017-04-231-0/+1
| |/
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-03-152-4/+32
|\ \ | |/
| * Fixed bug #74240 (deflate_add can allocate too much memory)Matt Bonneau2017-03-152-4/+32
* | 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-044-4/+4
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-222-2/+70
|\ \ | |/
| * Fixed bug #73373 (deflate_add does not verify that output was not truncated)Bob Weinand2016-12-222-2/+70
* | Merge branch 'PHP-7.0'Christoph M. Becker2016-07-041-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-041-1/+1
| |\
| | * Fix typo in commentChristoph M. Becker2016-07-041-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-222-3/+4
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-212-10/+10
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-202-0/+66
* | | fix test portabilityAnatol Belski2016-06-133-3/+3
|/ /
* | 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.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-10/+10
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6.18Stanislav Malyshev2016-02-011-10/+10
| |\
| | * fix testsStanislav Malyshev2016-02-011-10/+10
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-014-4/+4
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
* | | added test for gzgetss()marcosptf2015-08-233-0/+27
* | | Removed dead codeJulien Pauli2015-08-171-2/+0
* | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-7/+2
* | | Fix zlib_filter warningsNikita Popov2015-07-171-6/+10
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-32/+32
* | | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* | | Add support for string dictionaries, fix array dictionaries ({de,in}flate)Bob Weinand2015-05-212-48/+80
* | | Fix unrelated tests and zlib window sizeBob Weinand2015-05-152-5/+5
* | | Minor typo in warning messageBob Weinand2015-05-152-2/+14
* | | Add strategy option to deflate_init()Bob Weinand2015-05-151-4/+23
* | | Add dictionary option to {in,de}flate_init()Bob Weinand2015-05-153-4/+126
* | | Add window option to {de,in}flate_init()Bob Weinand2015-05-151-33/+63
* | | Improve ZBLOCK handling with zlib < 1.2.4Daniel Lowrey2015-05-074-21/+37
* | | Fix Z_BLOCK breakage when built against zlib < 1.2.4Daniel Lowrey2015-05-073-2/+23
* | | Clean up some type conversionsNikita Popov2015-04-272-29/+20
* | | Tweak new deflate/inflate implementationsNikita Popov2015-04-252-22/+8