| Commit message (Expand) | Author | Age | Files | Lines |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -4/+4 |
* | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -1/+1 |
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -2/+2 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2017-10-11 | 1 | -2/+4 |
|\ |
|
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-10-11 | 1 | -2/+4 |
| |\ |
|
| | * | Fix Bug #75299 Wrong reflection on inflate_init and inflate_add | Fabien Villepinte | 2017-10-01 | 1 | -2/+4 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-10 | 1 | -72/+1 |
| |\ \
|/ / /
| | _ |
|
| * | Revert "Add more constants, improve comments, and add tests" | Anatol Belski | 2017-07-10 | 1 | -72/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-06-25 | 1 | -1/+72 |
|\ \
| |/ |
|
| * | Add more constants, improve comments, and add tests | Matthew Trescott | 2017-06-25 | 1 | -1/+72 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-06-25 | 1 | -18/+15 |
|\ \
| |/ |
|
| * | Remove invalid check of dictionary content and add initialization of dictiona... | wapmorgan | 2017-06-25 | 1 | -18/+15 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-03-15 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | Fixed bug #74240 (deflate_add can allocate too much memory) | Matt Bonneau | 2017-03-15 | 1 | -4/+2 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-08 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | deflate_add(): Don't add unnecessary +1 to size | Nikita Popov | 2017-01-08 | 1 | -2/+1 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-22 | 1 | -2/+17 |
|\ \
| |/ |
|
| * | Fixed bug #73373 (deflate_add does not verify that output was not truncated) | Bob Weinand | 2016-12-22 | 1 | -2/+17 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -2/+2 |
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -6/+6 |
|/ |
|
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
* | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Removed dead code | Julien Pauli | 2015-08-17 | 1 | -2/+0 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -32/+32 |
* | | Add support for string dictionaries, fix array dictionaries ({de,in}flate) | Bob Weinand | 2015-05-21 | 1 | -48/+75 |
* | | Fix unrelated tests and zlib window size | Bob Weinand | 2015-05-15 | 1 | -4/+4 |
* | | Minor typo in warning message | Bob Weinand | 2015-05-15 | 1 | -1/+13 |
* | | Add strategy option to deflate_init() | Bob Weinand | 2015-05-15 | 1 | -4/+23 |
* | | Add dictionary option to {in,de}flate_init() | Bob Weinand | 2015-05-15 | 1 | -3/+98 |
* | | Add window option to {de,in}flate_init() | Bob Weinand | 2015-05-15 | 1 | -33/+63 |
* | | Improve ZBLOCK handling with zlib < 1.2.4 | Daniel Lowrey | 2015-05-07 | 1 | -14/+10 |
* | | Fix Z_BLOCK breakage when built against zlib < 1.2.4 | Daniel Lowrey | 2015-05-07 | 1 | -0/+13 |
* | | Clean up some type conversions | Nikita Popov | 2015-04-27 | 1 | -1/+1 |
* | | Tweak new deflate/inflate implementations | Nikita Popov | 2015-04-25 | 1 | -21/+7 |
* | | Fix vim folding block | Daniel Lowrey | 2015-04-24 | 1 | -0/+1 |
* | | Merge branch 'deflate' | Daniel Lowrey | 2015-04-24 | 1 | -1/+323 |
|\ \ |
|
| * | | Add incremental zlib inflate API | Daniel Lowrey | 2015-04-23 | 1 | -3/+150 |
| * | | Several deflate_* changes (more after the jump) | Daniel Lowrey | 2015-04-23 | 1 | -64/+86 |
| * | | Add incremental zlib deflate API | Bob Weinand | 2015-04-22 | 1 | -0/+153 |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-14 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -1/+1 |
| |_|/
|/| | |
|