Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | 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 | 112 | -415/+415 |
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 6 | -9/+3 |
* | 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 |
* | | | 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 |
* | | | Turn "php_stream_wrapper"s into constants | Dmitry Stogov | 2017-12-14 | 2 | -2/+2 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 3 | -8/+8 |
* | | | Add support for zlib/level context option | Sara Golemon | 2017-10-23 | 2 | -0/+41 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2017-10-11 | 2 | -2/+24 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2017-10-11 | 2 | -2/+24 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-10-11 | 2 | -2/+24 |
| | |\ | |||||
| | | * | Fix Bug #75299 Wrong reflection on inflate_init and inflate_add | Fabien Villepinte | 2017-10-01 | 2 | -2/+24 |
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-10 | 4 | -162/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Revert "Add more constants, improve comments, and add tests" | Anatol Belski | 2017-07-10 | 4 | -162/+1 |
* | | | | reworked test | Florian Engelhardt | 2017-09-14 | 4 | -14/+22 |
* | | | | added credits for #phptestfest | Florian Engelhardt | 2017-09-14 | 4 | -0/+8 |
* | | | | reworked the tests, created test cases for defalte, gzip and unsupported brotli | Florian Engelhardt | 2017-09-14 | 4 | -4/+60 |
* | | | | added basic zlib_get_coding_type() test | Florian Engelhardt | 2017-09-13 | 1 | -0/+10 |
* | | | | Get rid of all these old package[2].xml files, most of these had no had a rel... | Kalle Sommer Nielsen | 2017-08-17 | 1 | -69/+0 |
|/ / / | |||||
* | | | fix datatype | Anatol Belski | 2017-07-10 | 1 | -1/+1 |
* | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 3 | -4/+4 |