summaryrefslogtreecommitdiff
path: root/ext/bz2/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove quicktesterGeorge Peter Banyard2021-02-251-7/+2
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-221-0/+24
|\
| * Fix #75776: Flushing streams with compression filter is brokenChristoph M. Becker2021-02-221-0/+24
* | Make $use_less_memory a boolean parameterNikita Popov2020-10-061-4/+5
* | 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
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-093-0/+3
* | | Promote empty filename to ValueError in BZ2 extensionGeorge Peter Banyard2020-07-311-12/+13
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-3/+3
* | | Fix #71263: fread() does not report bzip2.decompress errorsChristoph M. Becker2020-04-201-4/+6
* | | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-3/+3
* | | Improve some ValueError messagesMáté Kocsis2020-04-063-5/+5
* | | Improve error messages of various extensionsMáté Kocsis2020-03-232-6/+6
* | | Reindent phpt filesNikita Popov2020-02-031-13/+13
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-173-18/+18
* | | Convert some warnings to Errors in BZip2George Peter Banyard2020-01-094-39/+58
* | | Add type error on filename which contain null bytes in bzopenGeorge Peter Banyard2019-12-081-0/+23
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-041-0/+55
|\ \ \ | |/ /
| * | Add the last missing SKIPIFFabien Villepinte2019-09-041-0/+55
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-222-5/+5
|\ \ \ | |/ /
| * | Report errors from stream read and write operationsNikita Popov2019-07-222-5/+5
* | | 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-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
|/ /
* | Clean testfileMizunashi Mana2018-11-081-0/+4
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
* | Trim trailing whitespace in testsGabriel Caruso2018-10-147-9/+9
|/
* Remove unused Git attributes identPeter Kokot2018-07-254-4/+4
* Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-192-0/+23
|\
| * Partial fix for bug #72613 - do not allow reading past error readStanislav Malyshev2016-07-182-0/+23
* | Merge branch 'PHP-7.0'Anatol Belski2016-06-221-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-221-1/+1
| |\
| | * fix dir separator in testAnatol Belski2016-06-221-1/+1
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-202-0/+40
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-06-181-0/+15
|\ \ | |/
| * Fix bug #72447: Type Confusion in php_bz2_filter_create()Stanislav Malyshev2016-06-181-0/+15
* | bz2 changes for phpngkrakjoe2014-05-081-4/+4
|/
* Merge branch 'pull-request/320'Stanislav Malyshev2013-06-172-2/+2
* Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).Ilia Alshanetsky2011-06-051-0/+24
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-223-4/+4
* changes to run-tests.php:Nuno Lopes2007-09-141-2/+2
* fix test (the error message is different across the systems)Antony Dovgal2006-09-181-2/+2
* add new tests, improve the old onesAntony Dovgal2006-06-268-0/+226