summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Fix #53467: Phar cannot compress large archivesChristoph M. Becker2021-02-031-17/+41
* Update year to 2021Peter Kokot2021-02-021-1/+1
* Fix #70091: Phar does not mark UTF-8 filenames in ZIP archivesChristoph M. Becker2021-01-262-0/+66
* Fix #75850: Unclear error message wrt. __halt_compiler() w/o semicolonChristoph M. Becker2021-01-252-2/+2
* Add missing SKIPIF clause for recently introduced test caseChristoph M. Becker2021-01-211-0/+1
* Add missing SKIPIF clauses to new test casesChristoph M. Becker2021-01-202-0/+2
* Fix #69279: Compressed ZIP Phar extractTo() creates garbage filesChristoph M. Becker2021-01-195-1/+91
* Fix #77565: Incorrect locator detection in ZIP-based pharsChristoph M. Becker2021-01-055-40/+74
* Fix memory leak in Phar::webPhar() on WindowsChristoph M. Becker2021-01-051-19/+17
* Fix #77322: PharData::addEmptyDir('/') Possible integer overflowChristoph M. Becker2020-12-152-1/+25
* Fix #75102: `PharData` says invalid checksum for valid tarChristoph M. Becker2020-12-043-0/+22
* Fix #73809: Phar Zip parse crash - mmap failChristoph M. Becker2020-12-012-1/+36
* 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-023-1/+15
| |\
| | * Fix #79797: Use of freed hash key in the phar_parse_zipfile functionChristoph M. Becker2020-08-023-1/+15
| | * Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-164-0/+65
* | | Fix #79797: Use of freed hash key in the phar_parse_zipfile functionChristoph M. Becker2020-08-033-1/+15
* | | Remove unnecessary "poo" rmdirsNikita Popov2020-06-054-6/+3
* | | Respect --program-prefix/suffix when installing pharNathan Porter2020-06-051-5/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-223-0/+24
|\ \ \ | |/ /
| * | Fix #79503: Memory leak on duplicate metadataChristoph M. Becker2020-04-223-0/+24
| * | Fix # 79171: heap-buffer-overflow in phar_extract_fileChristoph M. Becker2020-02-171-1/+1
| * | Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-174-0/+65
* | | Fix # 79171: heap-buffer-overflow in phar_extract_fileChristoph M. Becker2020-02-171-1/+1
* | | Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-174-0/+65
* | | Apply tidy formattingNikita Popov2020-02-033-85/+85
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-282-5/+53
|\ \ \ | |/ /
| * | Fix #76584: PharFileInfo::decompress not workingChristoph M. Becker2020-01-282-5/+53
* | | Call zend_unregister_ini_entries() when unload extension loaded through dl() ...Dmitry Stogov2019-12-091-0/+1
* | | Silence undefined index warning when openssl not available.Sara Golemon2019-10-151-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-102-7/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-102-7/+8
| |\ \ | | |/
| | * Fix leak in phar openNikita Popov2019-10-102-7/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-07-292-2/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-07-292-2/+7
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-07-292-2/+7
| | |\
| | | * Fix #77919: Potential UAF in Phar RSHUTDOWNChristoph M. Becker2019-07-292-2/+7
* | | | Fix build warningsRemi Collet2019-07-252-6/+6
* | | | Revert "Drop free_filename field from zend_file_handle"Nikita Popov2019-07-241-0/+1
* | | | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+1
* | | | Also report errors from Zend stream reader operationNikita Popov2019-07-221-1/+1
* | | | Report errors from stream read and write operationsNikita Popov2019-07-225-12/+12
* | | | Fix failed tests for pharPeter Kokot2019-07-219-65/+21
* | | | Remove safe_mode directive when installing ext/pharPeter Kokot2019-07-191-1/+1
* | | | Revert "Avoid unused fstat() call"Nikita Popov2019-07-171-0/+6
* | | | Avoid unused fstat() callNikita Popov2019-07-171-6/+0
* | | | Remove ZEND_HANDLE_MAPPEDNikita Popov2019-07-161-2/+0
* | | | Drop free_filename field from zend_file_handleNikita Popov2019-07-161-1/+0
* | | | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-4/+1