Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-05 | 4 | -200/+0 |
|\ | |||||
| * | Some more test removals | Nikita Popov | 2019-02-05 | 4 | -200/+0 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-05 | 3 | -673/+0 |
|\ \ | |/ | |||||
| * | Remove zpp variation tests | Nikita Popov | 2019-02-05 | 3 | -673/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-02-03 | 6 | -37/+2 |
|\ \ | |/ | |||||
| * | Remove local variables | Peter Kokot | 2019-02-03 | 6 | -37/+2 |
| * | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 4 | -4/+4 |
* | | Remove year range from copyright notice | Zeev Suraski | 2019-01-30 | 4 | -4/+4 |
* | | Remove fgetss and friends | Nikita Popov | 2019-01-29 | 2 | -39/+0 |
|/ | |||||
* | Migrate ext/zlib to use pkg-config | Nikita Popov | 2018-12-26 | 1 | -55/+8 |
* | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | Remove value from --CGI-- section | Peter Kokot | 2018-10-15 | 1 | -1/+0 |
* | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 87 | -107/+69 |
* | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 34 | -55/+55 |
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 107 | -360/+360 |
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 5 | -7/+3 |
* | Merge branch 'PHP-7.3' | Peter Kokot | 2018-10-13 | 1 | -13/+13 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2018-10-13 | 1 | -13/+13 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Peter Kokot | 2018-10-13 | 1 | -13/+13 |
| | |\ | |||||
| | | * | Fix failing ext/zlib/tests due to whitespace | Peter Kokot | 2018-10-13 | 1 | -13/+13 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 4 | -23/+22 |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 5 | -25/+24 |
| * | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -14/+13 |
* | | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -13/+13 |
* | | | | Remove unused files | Peter Kokot | 2018-09-26 | 1 | -5/+0 |
* | | | | Remove outdated zlib readme file for windows build | Peter Kokot | 2018-09-23 | 1 | -16/+0 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-09-08 | 2 | -10/+60 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-09-08 | 2 | -10/+60 |
| |\ \ | | |/ | |||||
| | * | Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed | Christoph M. Becker | 2018-09-08 | 2 | -10/+60 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2018-08-06 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Peter Kokot | 2018-08-06 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Fix bug #76709: Minimal required zlib library is 1.2.0.4 | Peter Kokot | 2018-08-06 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2018-08-06 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Peter Kokot | 2018-08-06 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix bug #65988: Zlib version check fails | Jay Bonci | 2018-08-06 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 4 | -4/+4 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 4 | -4/+4 |
* | | | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -6/+6 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 12 | -19/+8 |
* | | | Deprecate fgetss() and gzgetss() | Nikita Popov | 2018-07-21 | 2 | -3/+15 |
* | | | 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 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 17 | -17/+17 |
* | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 1 | -10/+10 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 15 | -51/+51 |
* | | | Remove superfluous SKIPIF sections in more tests | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
* | | | Cleanup some tests - remove unnecessary sections | Stanislav Malyshev | 2018-02-04 | 4 | -4/+4 |
* | | | Add missing SKIPIF sections | Gabriel Caruso | 2018-02-03 | 3 | -3/+5 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -2/+2 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 4 | -4/+4 |