summaryrefslogtreecommitdiff
path: root/ext/zlib
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-223-10/+28
* Merge branch 'PHP-8.0'Nikita Popov2021-02-161-0/+2
|\
| * Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+2
* | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-112-82/+0
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-182-4/+4
|\ \ | |/
| * Sync gzgets signature with fgetsNikita Popov2021-01-182-4/+4
* | Replace zend_bool uses with boolNikita Popov2021-01-153-3/+3
|/
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-082-4/+34
|\
| * Fix #48725: Support for flushing in zlib streamChristoph M. Becker2020-12-082-4/+34
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-082-1/+16
|\ \ | |/
| * Fix #77069: stream filter loses final block of dataChristoph M. Becker2020-12-082-1/+16
* | Verify parameter names of function aliasesMáté Kocsis2020-10-162-2/+2
* | Update ext/sockets parameter namesNikita Popov2020-10-062-4/+4
* | Review parameter names in ext/zlibMáté Kocsis2020-10-055-46/+46
* | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-206-9/+9
* | Run tidyNikita Popov2020-09-1875-77/+77
* | Fix UNKNOWN default values in ext/standardMáté Kocsis2020-09-072-4/+4
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-061-1/+1
|\ \ | |/
| * Fix file clash in zlib testNikita Popov2020-08-061-1/+1
* | ValueError for empty path in stream codeGeorge Peter Banyard2020-07-312-38/+24
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-107-17/+17
* | Remove proto comments from C filesMax Semenik2020-07-061-38/+19
* | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2422-132/+0
* | Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-241-2/+2
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Convert resources to objects in ext/zlibMáté Kocsis2020-06-174-156/+234
* | Improve error messages of ext/zlibMáté Kocsis2020-06-175-19/+17
* | 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
* | Fix #71417: fread() does not report zlib.inflate errorsChristoph M. Becker2020-04-204-3/+13
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-14/+22
* | Generate function entries for another batch of extensionsMáté Kocsis2020-04-053-45/+76
* | Annotate function aliases in stubsMáté Kocsis2020-04-041-11/+44
* | Improve error messages of various extensionsMáté Kocsis2020-03-231-1/+1
* | Improve argument error messages in ext/standardMáté Kocsis2020-03-181-2/+2
* | Reindent phpt filesNikita Popov2020-02-0316-189/+189
* | Convert some warnings into ValueErrors in the standard file extensionGeorge Peter Banyard2020-01-271-9/+13
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-1715-46/+46
* | Convert some warnings to Error in zlib extensionGeorge Peter Banyard2020-01-0913-152/+217
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-14/+14
* | Fix smaller issues with stubsMáté Kocsis2019-12-201-17/+17
* | Add union return types for function stubsMáté Kocsis2019-11-112-103/+56
* | Clean DONE tags from testsFabien Villepinte2019-11-0793-186/+0
* | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-3/+3