summaryrefslogtreecommitdiff
path: root/ext/phar/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-173-0/+54
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-281-0/+35
|\
| * Fix #76584: PharFileInfo::decompress not workingChristoph M. Becker2020-01-281-0/+35
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-101-7/+7
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-101-7/+7
| |\
| | * Fix leak in phar openNikita Popov2019-10-101-7/+7
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-07-291-1/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-07-291-1/+4
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-07-291-1/+4
| | |\
| | | * Fix #77919: Potential UAF in Phar RSHUTDOWNChristoph M. Becker2019-07-291-1/+4
* | | | Report errors from stream read and write operationsNikita Popov2019-07-221-1/+1
* | | | Fix failed tests for pharPeter Kokot2019-07-219-65/+21
* | | | Fix file collisions in phar testsNikita Popov2019-07-103-21/+21
* | | | Fix phar tests with hash extensionPeter Kokot2019-06-3010-133/+1
* | | | Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-276-6/+2
* | | | this mtime comparison makes assumptions that cannot always hold trueJoe Watkins2019-06-161-5/+0
* | | | Prevent test conflictsChristoph M. Becker2019-05-143-0/+6
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-172-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-172-2/+2
| |\ \ \ | | |/ /
| | * | Fix tests for non English environmentsChristoph M. Becker2019-04-172-2/+2
* | | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-04-101-0/+61
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-04-101-0/+61
| |\ \ \ | | |/ /
| | * | Fix phar:// include handling with file cacheAnatol Belski2019-04-101-0/+61
* | | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-15312-1015/+1015
* | | | More zpp error/variation test removalsNikita Popov2019-03-073-107/+0
* | | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-03-041-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-03-041-3/+3
| |\ \ \ | | |/ /
| | * | Fix test portabilityAnatol Belski2019-03-041-3/+3
* | | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-033-2/+25
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-033-2/+25
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-033-2/+25
| | |\ \ | | | |/
| | | * Fix bug #77586 - phar_tar_writeheaders_int() buffer overflowStanislav Malyshev2019-03-033-2/+25
* | | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-031-0/+15
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-031-0/+15
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-031-0/+15
| | |\ \ | | | |/
| | | * Fix bug #77396 - Null Pointer Dereference in phar_create_or_parse_filenameStanislav Malyshev2019-03-031-0/+15
* | | | Fix more file name collisions in phar testsNikita Popov2019-02-222-11/+11
* | | | Use separate files in phar testsNikita Popov2019-02-228-75/+75
* | | | Merge branch 'PHP-7.3'Stanislav Malyshev2019-01-061-0/+14
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-061-0/+14
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-061-0/+14
| | |\ \ | | | |/
| | | * Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)Stanislav Malyshev2019-01-061-0/+14
* | | | Merge branch 'PHP-7.3'Stanislav Malyshev2018-12-033-1/+19
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-12-034-2/+24
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-033-1/+19
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-033-1/+19
| | | |\
| | | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-033-1/+19
| | | | |\
| | | | | * Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-033-1/+19
| * | | | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-12-012-0/+33
| |\ \ \ \ \
| * | | | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15148-149/+116