summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "[skip-ci] Fix typo"""Levi Morrison2021-03-281-11/+0
* Revert "Revert "[skip-ci] Fix typo""Nikita Popov2021-03-281-0/+11
* Revert "[skip-ci] Fix typo"Nikita Popov2021-03-281-11/+0
* [skip-ci] Fix typoRasmus Lerdorf2021-03-281-0/+11
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-221-8/+2
* Merge branch 'PHP-8.0'Nikita Popov2021-02-161-0/+2
|\
| * Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+2
* | Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
|/
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-3/+3
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-3/+3
* Remove proto comments from C filesMax Semenik2020-07-061-38/+19
* Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-241-2/+2
* Convert resources to objects in ext/zlibMáté Kocsis2020-06-171-139/+201
* Improve error messages of ext/zlibMáté Kocsis2020-06-171-9/+8
* Use zend_zval_type_name() API where possibleNikita Popov2020-05-131-1/+1
* Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-1/+1
* Add macro to get ini target addressNikita Popov2020-04-271-10/+1
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-45/+8
* Improve error messages of various extensionsMáté Kocsis2020-03-231-1/+1
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-6/+6
* Convert some warnings to Error in zlib extensionGeorge Peter Banyard2020-01-091-48/+43
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-14/+14
* Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-3/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add stub for ext zlibThomas Gerbet2019-08-221-133/+7
* Merge branch 'PHP-7.4'Nikita Popov2019-06-051-2/+4
|\
| * Allow exceptions in __toString()Nikita Popov2019-06-051-2/+4
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-031-9/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove fgetss and friendsNikita Popov2019-01-291-7/+0
|/
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Deprecate fgetss() and gzgetss()Nikita Popov2018-07-211-1/+1
* 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
* Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-111-2/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-111-2/+4
| |\
| | * Fix Bug #75299 Wrong reflection on inflate_init and inflate_addFabien Villepinte2017-10-011-2/+4
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-101-72/+1
| |\ \ |/ / / | | _
| * Revert "Add more constants, improve comments, and add tests"Anatol Belski2017-07-101-72/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-06-251-1/+72
|\ \ | |/
| * Add more constants, improve comments, and add testsMatthew Trescott2017-06-251-1/+72
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-18/+15
|\ \ | |/
| * Remove invalid check of dictionary content and add initialization of dictiona...wapmorgan2017-06-251-18/+15
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-03-151-4/+2
|\ \ | |/
| * Fixed bug #74240 (deflate_add can allocate too much memory)Matt Bonneau2017-03-151-4/+2