summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add more constants, improve comments, and add tests"Anatol Belski2017-07-104-162/+1
* Add more constants, improve comments, and add testsMatthew Trescott2017-06-254-1/+162
* 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
* Fixed bug #74240 (deflate_add can allocate too much memory)Matt Bonneau2017-03-152-4/+32
* 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
* Fixed bug #73373 (deflate_add does not verify that output was not truncated)Bob Weinand2016-12-222-2/+70
* 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
* | 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
* | | Fix vim folding blockDaniel Lowrey2015-04-241-0/+1
* | | Merge branch 'deflate'Daniel Lowrey2015-04-249-1/+621
|\ \ \
| * | | Add inflate_*() test casesDaniel Lowrey2015-04-234-0/+148
| * | | Add incremental zlib inflate APIDaniel Lowrey2015-04-231-3/+150
| * | | Add deflate_*() test casesDaniel Lowrey2015-04-234-0/+150
| * | | Several deflate_* changes (more after the jump)Daniel Lowrey2015-04-231-64/+86
| * | | Add incremental zlib deflate APIBob Weinand2015-04-221-0/+153
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-144-23/+23
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-144-23/+23
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-123-21/+21
| | |\ \
| | | * | Fix testsStanislav Malyshev2015-04-123-21/+21
| | * | | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-2/+2
| | |\ \ \ | | | |/ /
| | | * | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-2/+2
* | | | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+4
* | | | | fix shared compilationAnatol Belski2015-03-231-1/+1
* | | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-042-2/+2
| |_|_|/ |/| | |