| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2017-10-11 | 1 | -0/+20 |
| |\ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-10-11 | 1 | -0/+20 |
| | |\ | |||||
| | | * | Fix Bug #75299 Wrong reflection on inflate_init and inflate_add | Fabien Villepinte | 2017-10-01 | 1 | -0/+20 |
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-10 | 2 | -89/+0 |
| | |\ \ | | |/ | |||||
| | | * | Revert "Add more constants, improve comments, and add tests" | Anatol Belski | 2017-07-10 | 2 | -89/+0 |
| * | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 3 | -4/+4 |
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2017-06-25 | 2 | -0/+89 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-06-25 | 2 | -0/+89 |
| | |\ \ | | |/ | |||||
| | | * | Add more constants, improve comments, and add tests | Matthew Trescott | 2017-06-25 | 2 | -0/+89 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-25 | 3 | -0/+17 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-06-25 | 3 | -0/+17 |
| | |\ \ | | |/ | |||||
| | | * | Remove invalid check of dictionary content and add initialization of dictiona... | wapmorgan | 2017-06-25 | 3 | -0/+17 |
| * | | | improve zlib version check for tests | Anatol Belski | 2017-03-22 | 1 | -2/+4 |
| * | | | make test more flexible to match different compressed strings | Anatol Belski | 2017-03-22 | 7 | -10/+15 |
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2017-03-15 | 1 | -0/+30 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-03-15 | 1 | -0/+30 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74240 (deflate_add can allocate too much memory) | Matt Bonneau | 2017-03-15 | 1 | -0/+30 |
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-22 | 1 | -0/+53 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-22 | 1 | -0/+53 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #73373 (deflate_add does not verify that output was not truncated) | Bob Weinand | 2016-12-22 | 1 | -0/+53 |
| * | | | Remove the b prefix from literals on unrelated tests | Pedro Magalhães | 2016-11-20 | 10 | -11/+11 |
| |/ / | |||||
| * | | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 2 | -0/+66 |
| * | | fix test portability | Anatol Belski | 2016-06-13 | 3 | -3/+3 |
| |/ | |||||
| * | Merge branch 'PHP-5.6.18' into PHP-7.0.3 | Stanislav Malyshev | 2016-02-01 | 1 | -10/+10 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6.18 | Stanislav Malyshev | 2016-02-01 | 1 | -10/+10 |
| | |\ | |||||
| | | * | fix tests | Stanislav Malyshev | 2016-02-01 | 1 | -10/+10 |
| * | | | added test for gzgetss() | marcosptf | 2015-08-23 | 3 | -0/+27 |
| * | | | Add support for string dictionaries, fix array dictionaries ({de,in}flate) | Bob Weinand | 2015-05-21 | 1 | -0/+5 |
| * | | | Fix unrelated tests and zlib window size | Bob Weinand | 2015-05-15 | 1 | -1/+1 |
| * | | | Minor typo in warning message | Bob Weinand | 2015-05-15 | 1 | -1/+1 |
| * | | | Add dictionary option to {in,de}flate_init() | Bob Weinand | 2015-05-15 | 1 | -0/+25 |
| * | | | Improve ZBLOCK handling with zlib < 1.2.4 | Daniel Lowrey | 2015-05-07 | 3 | -7/+27 |
| * | | | Fix Z_BLOCK breakage when built against zlib < 1.2.4 | Daniel Lowrey | 2015-05-07 | 2 | -2/+10 |
| * | | | Tweak new deflate/inflate implementations | Nikita Popov | 2015-04-25 | 1 | -1/+1 |
| * | | | Merge branch 'deflate' | Daniel Lowrey | 2015-04-24 | 8 | -0/+298 |
| |\ \ \ | |||||
| | * | | | Add inflate_*() test cases | Daniel Lowrey | 2015-04-23 | 4 | -0/+148 |
| | * | | | Add deflate_*() test cases | Daniel Lowrey | 2015-04-23 | 4 | -0/+150 |
| * | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-14 | 3 | -21/+21 |
| |\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-04-14 | 3 | -21/+21 |
| | |\ \ | | |/ | |||||
| | | * | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-12 | 3 | -21/+21 |
| | | |\ | |||||
| | | | * | Fix tests | Stanislav Malyshev | 2015-04-12 | 3 | -21/+21 |
| * | | | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 15 | -51/+51 |
| * | | | | Updated or skipped certain 32-bit tests | Andrea Faulds | 2014-12-17 | 3 | -3/+6 |
| * | | | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-11-27 | 2 | -28/+0 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-11-27 | 2 | -28/+0 |
| | |\ \ \ | | |/ / | |||||
| | | * | | the darwin specific test fails for me with the same output which is the expec... | Ferenc Kovacs | 2014-11-27 | 2 | -28/+0 |
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-23 | 2 | -2/+2 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Correct two zlib tests to use a string, not a const | Tim Siebels | 2014-11-23 | 2 | -2/+2 |
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-08-06 | 2 | -0/+26 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2014-08-06 | 2 | -0/+26 |
| | | |\ \ | | | |/ | |||||
