summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* Future-proof email addressesZeev Suraski2018-11-011-1/+1
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1587-107/+69
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14112-415/+415
* Sync leading and final newlines in source code filesPeter Kokot2018-10-146-9/+3
* Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-10-131-13/+13
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-10-131-13/+13
| |\
| | * Fix failing ext/zlib/tests due to whitespacePeter Kokot2018-10-131-13/+13
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-23/+22
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-135-25/+24
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-14/+13
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-09-082-10/+60
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-09-082-10/+60
| |\ \ | | |/
| | * Fix #75273: php_zlib_inflate_filter() may not update bytes_consumedChristoph M. Becker2018-09-082-10/+60
* | | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-08-061-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-08-061-3/+3
| |\ \ | | |/
| | * Fix bug #76709: Minimal required zlib library is 1.2.0.4Peter Kokot2018-08-061-3/+3
* | | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-08-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-08-061-1/+1
| |\ \ | | |/
| | * Fix bug #65988: Zlib version check failsJay Bonci2018-08-061-1/+1
| | * year++Xinchen Hui2018-01-024-4/+4
| * | year++Xinchen Hui2018-01-024-4/+4
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-6/+6
* | | Remove unused Git attributes identPeter Kokot2018-07-2512-19/+8
* | | Deprecate fgetss() and gzgetss()Nikita Popov2018-07-212-3/+15
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2017-17/+17
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-10/+10
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-0415-51/+51
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-1/+1
* | | Cleanup some tests - remove unnecessary sectionsStanislav Malyshev2018-02-044-4/+4
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-033-3/+5
* | | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | | year++Xinchen Hui2018-01-024-4/+4
* | | Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-142-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-143-8/+8
* | | Add support for zlib/level context optionSara Golemon2017-10-232-0/+41
* | | Merge branch 'PHP-7.2'Christoph M. Becker2017-10-112-2/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-112-2/+24
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-112-2/+24
| | |\
| | | * Fix Bug #75299 Wrong reflection on inflate_init and inflate_addFabien Villepinte2017-10-012-2/+24
| | * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-104-162/+1
| | |\ \ | | | |/
| | | * Revert "Add more constants, improve comments, and add tests"Anatol Belski2017-07-104-162/+1
* | | | reworked testFlorian Engelhardt2017-09-144-14/+22
* | | | added credits for #phptestfestFlorian Engelhardt2017-09-144-0/+8
* | | | reworked the tests, created test cases for defalte, gzip and unsupported brotliFlorian Engelhardt2017-09-144-4/+60
* | | | added basic zlib_get_coding_type() testFlorian Engelhardt2017-09-131-0/+10
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-69/+0
|/ / /
* | | fix datatypeAnatol Belski2017-07-101-1/+1
* | | Remove superfluous semicolonsTom Van Looy2017-06-263-4/+4