| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |\ \ | | | |/ | |||||
| * | | | | Correct two zlib tests to use a string, not a const | Tim Siebels | 2014-09-12 | 2 | -2/+2 |
| * | | | | Merge branch 'master' into test | Dmitry Stogov | 2014-08-11 | 2 | -0/+26 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2014-08-05 | 2 | -0/+26 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2014-08-05 | 2 | -0/+26 |
| | | |\ \ \ | | | |/ / | | |/| / | | | |/ | |||||
| | | | * | Fixed Bug #67724 | Michael Wallner | 2014-08-05 | 2 | -0/+26 |
| | | * | | Test output relies on expose_php being on | Rasmus Lerdorf | 2014-07-14 | 1 | -0/+2 |
| | * | | | Test output relies on expose_php being on | Rasmus Lerdorf | 2014-07-14 | 1 | -0/+2 |
| * | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-14 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| | * | | | | Test output relies on expose_php being on | Rasmus Lerdorf | 2014-07-11 | 1 | -0/+2 |
| | |/ / / | |||||
| * | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-12 | 4 | -4/+4 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-06-08 | 4 | -4/+4 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-06-08 | 4 | -8/+8 |
| | | |\ \ | | | |/ | |||||
| | | | * | Remove superfluous echos. | Jeff Welch | 2014-06-08 | 4 | -8/+8 |
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Ferenc Kovacs | 2013-11-06 | 13 | -15/+15 |
| | | |\ \ | | | |/ | |||||
| | | | * | fix many parallel test issues | ptarjan | 2013-11-06 | 13 | -13/+13 |
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-08-09 | 1 | -0/+28 |
| | | |\ \ | | | |/ | |||||
| | | | * | fix bug #65391 | Michael Wallner | 2013-08-09 | 1 | -0/+28 |
| | | | * | Merge branch 'pull-request/320' | Stanislav Malyshev | 2013-06-17 | 1 | -0/+4 |
| * | | | | Refactor zlib (all tests pass) | Xinchen Hui | 2014-05-05 | 2 | -4/+4 |
| |/ / / | |||||
| * | | | fix many parallel test issues | ptarjan | 2013-09-26 | 13 | -15/+15 |
| * | | | fix bug #65391 | Michael Wallner | 2013-08-09 | 1 | -0/+27 |
| * | | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-06-17 | 1 | -0/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'pull-request/320' | Stanislav Malyshev | 2013-06-17 | 1 | -0/+4 |
