summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-254-8/+0
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-041-0/+2
|\ \ | |/
| * Add the last missing SKIPIFFabien Villepinte2019-09-041-0/+2
* | Add stub for ext zlibThomas Gerbet2019-08-223-133/+254
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-224-11/+90
|\ \ | |/
| * Report errors from stream read and write operationsNikita Popov2019-07-224-11/+90
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-192-2/+2
|\ \ | |/
| * Deprecate alternative array access syntaxrjhdby2019-07-192-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-124-4/+0
|\ \ | |/
| * Remove unnecessary uses of restore_include_path() in testsNikita Popov2019-07-124-4/+0
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-143-0/+8
|\ \ | |/
| * fix mac tests on azureJoe Watkins2019-06-143-0/+8
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-2/+4
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-2/+4
* | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-032-12/+20