summaryrefslogtreecommitdiff
path: root/ext/phar/tests
Commit message (Expand)AuthorAgeFilesLines
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-114-9/+9
* Make Phar $fileNotFoundScript nullableNikita Popov2021-02-0910-10/+10
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-261-0/+60
|\
| * Fix #70091: Phar does not mark UTF-8 filenames in ZIP archivesChristoph M. Becker2021-01-261-0/+60
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-251-1/+1
|\ \ | |/
| * Fix #75850: Unclear error message wrt. __halt_compiler() w/o semicolonChristoph M. Becker2021-01-251-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-211-0/+1
|\ \ | |/
| * Add missing SKIPIF clause for recently introduced test caseChristoph M. Becker2021-01-211-0/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-202-0/+2
|\ \ | |/
| * Add missing SKIPIF clauses to new test casesChristoph M. Becker2021-01-202-0/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-194-0/+90
|\ \ | |/
| * Fix #69279: Compressed ZIP Phar extractTo() creates garbage filesChristoph M. Becker2021-01-194-0/+90
* | Add missing SKIPIF clause for require_hash.phptChristoph M. Becker2021-01-061-1/+4
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-054-2/+15
|\ \ | |/
| * Fix #77565: Incorrect locator detection in ZIP-based pharsChristoph M. Becker2021-01-054-2/+15
* | Prevent double-free of Phar ZIP streamChristoph M. Becker2021-01-051-1/+1
* | Fix #76929: zip-based phar does not respect phar.require_hashChristoph M. Becker2021-01-0422-0/+90
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-151-0/+24
|\ \ | |/
| * Fix #77322: PharData::addEmptyDir('/') Possible integer overflowChristoph M. Becker2020-12-151-0/+24
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-042-0/+13
|\ \ | |/
| * Fix #75102: `PharData` says invalid checksum for valid tarChristoph M. Becker2020-12-042-0/+13
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-011-0/+30
|\ \ | |/
| * Fix #73809: Phar Zip parse crash - mmap failChristoph M. Becker2020-12-011-0/+30
* | Update ext/phar parameter namesNikita Popov2020-10-137-16/+16
* | Make Phar $format and $compression arguments nullableNikita Popov2020-10-081-2/+2
* | Update ext/spl parameter namesNikita Popov2020-10-071-1/+1
* | Update ext/sockets parameter namesNikita Popov2020-10-061-1/+1
* | Update ext/standard parameter namesNikita Popov2020-09-292-2/+2
* | Skip unnecessary unknown() framesNikita Popov2020-09-242-6/+4
* | Run tidyNikita Popov2020-09-185-10/+10
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-093-6/+6
* | Make null byte error a ValueErrorNikita Popov2020-09-089-19/+19
* | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-071-1/+1
* | Use the canonical order of types in array|string ZPP error messagesMáté Kocsis2020-09-041-1/+1
* | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-031-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-031-0/+1
| |\
| | * Skip test if A: drive existsChristoph M. Becker2020-09-031-0/+1
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-08-022-0/+14
| | |\
| | | * Fix #79797: Use of freed hash key in the phar_parse_zipfile functionChristoph M. Becker2020-08-022-0/+14
| | | * Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-163-0/+54
| * | | Fix #79797: Use of freed hash key in the phar_parse_zipfile functionChristoph M. Becker2020-08-032-0/+14
* | | | Promote warnings to exceptions in ext/pharMáté Kocsis2020-08-253-17/+48
* | | | Skip bug70417.phpt if lsof output looks wrongNikita Popov2020-08-101-0/+3
* | | | Fixup phar testNikita Popov2020-08-101-1/+0
* | | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-098-4/+5
* | | | Add another round of missing parameter types to stubsMáté Kocsis2020-08-076-10/+19
* | | | [RFC] Only unserialize Phar metadata when getMetadata() is calledTyson Andre2020-08-037-7/+261
* | | | Fix #79797: Use of freed hash key in the phar_parse_zipfile functionChristoph M. Becker2020-08-032-0/+14
* | | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1