summaryrefslogtreecommitdiff
path: root/ext/bz2/tests
Commit message (Expand)AuthorAgeFilesLines
* 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 the last missing SKIPIFFabien Villepinte2019-09-041-0/+55
* | Report errors from stream read and write operationsNikita Popov2019-07-222-5/+5
* | Deprecate alternative array access syntaxrjhdby2019-07-191-1/+1
* | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-154-5/+5
* | 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
* MFH: improve check for stream mode, add testsAntony Dovgal2006-06-212-0/+168
* Add bz2 stream filter supportSara Golemon2004-07-202-0/+34
* - Remove unused blocksMarcus Boerger2004-05-192-4/+0
* Fixed paths in various tests. In certain conditions usage of partial fileIlia Alshanetsky2003-08-181-1/+1
* add bzip2 extension to pecl from php5 cvsSterling Hughes2003-05-172-0/+54