summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* Verify parameter names of function aliasesMáté Kocsis2020-10-162-4/+4
* Make $use_less_memory a boolean parameterNikita Popov2020-10-064-9/+10
* Update ext/bz2 parameter namesNikita Popov2020-10-062-8/+8
* Update ext/sockets parameter namesNikita Popov2020-10-062-3/+3
* Review parameter names in ext/zlibMáté Kocsis2020-10-052-4/+4
* Fix test caseChristoph M. Becker2020-09-231-1/+1
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-231-2/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-231-2/+2
| |\
| | * Fix #76735: Incorrect message in fopen on invalid modeChristoph M. Becker2020-09-231-2/+2
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-147-9/+9
* | | Fix UNKNOWN default values in ext/standardMáté Kocsis2020-09-072-3/+3
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-093-0/+3
* | | Change leftover RETURN_FALSE to RETURN_THROWS() from 4095c0aGeorge Peter Banyard2020-07-311-1/+1
* | | Promote empty filename to ValueError in BZ2 extensionGeorge Peter Banyard2020-07-312-13/+14
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-4/+4
* | | Remove proto comments from C filesMax Semenik2020-07-061-14/+7
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Fix [-Wundef] warning in BZip2 extensionGeorge Peter Banyard2020-05-162-5/+5
* | | Fix miscellaneous typos in code comments/var namesTyson Andre2020-05-011-4/+4
* | | Fix #71263: fread() does not report bzip2.decompress errorsChristoph M. Becker2020-04-202-4/+7
* | | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-142-4/+4
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-4/+4
* | | Improve some ValueError messagesMáté Kocsis2020-04-064-7/+7
* | | Improve gen_stub.phpMáté Kocsis2020-04-043-30/+37
* | | Annotate function aliases in stubsMáté Kocsis2020-04-041-3/+12
* | | Improve error messages of various extensionsMáté Kocsis2020-03-233-8/+8
* | | Add stubs for aliasesMáté Kocsis2020-02-181-15/+5
* | | Reindent phpt filesNikita Popov2020-02-031-13/+13
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-174-23/+23
* | | Convert some warnings to Errors in BZip2George Peter Banyard2020-01-095-46/+65
* | | Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-011-1/+1
* | | Use RETURN_THROWS() during ZPP in bz2, calendar, com_dotnet extensionsMáté Kocsis2019-12-311-5/+5
* | | Add type error on filename which contain null bytes in bzopenGeorge Peter Banyard2019-12-082-1/+25
* | | Add union return types for function stubsMáté Kocsis2019-11-112-27/+15
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-253-6/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-041-0/+2
|\ \ \ | |/ /
| * | Add the last missing SKIPIFFabien Villepinte2019-09-041-0/+2
* | | Don't explicitly set return value on ZPP failureChristoph M. Becker2019-08-161-2/+2
* | | Creating stub for ext bz2Kauan Sousa2019-08-163-46/+102
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-224-15/+76
|\ \ \ | |/ /
| * | Report errors from stream read and write operationsNikita Popov2019-07-224-15/+76
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-191-1/+1
|\ \ \ | |/ /
| * | Deprecate alternative array access syntaxrjhdby2019-07-191-1/+1
* | | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-031-17/+25
* | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ \ | |/ /
| * | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-154-5/+5
|\ \ \ | |/ /
| * | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-154-5/+5
* | | Adjust tests for zpp TypeError changeNikita Popov2019-03-114-29/+0
|/ /