summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* Migrate skip checks to --EXTENSIONS--, p1Max Semenik2021-03-2216-34/+32
* Remove quicktesterGeorge Peter Banyard2021-02-251-7/+2
* Merge branch 'PHP-8.0'Christoph M. Becker2021-02-222-3/+34
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-222-3/+34
| |\
| | * Fix #75776: Flushing streams with compression filter is brokenChristoph M. Becker2021-02-222-3/+34
* | | Improve class entry generationMáté Kocsis2021-02-161-1/+0
* | | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* | | Generate class entries for a few extensionsMáté Kocsis2021-02-032-2/+6
* | | gen_stub: Also verify implementation-aliasNikita Popov2021-01-192-1/+4
* | | Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
|/ /
* | 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