summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* Remove proto comments from C filesMax Semenik2020-07-063-228/+91
* Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* Fix leaks in Phar::webPhar()Nikita Popov2020-06-251-20/+6
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-4/+4
* Add zend_call_known_function() API familyNikita Popov2020-06-091-11/+11
* Constify char * arguments of APIstwosee2020-06-081-7/+7
* Fix expression warnings and break warningstwosee2020-06-072-2/+2
* Merge branch 'PHP-7.4'Nikita Popov2020-06-054-6/+3
|\
| * Remove unnecessary "poo" rmdirsNikita Popov2020-06-054-6/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-051-5/+5
|\ \ | |/
| * Respect --program-prefix/suffix when installing pharNathan Porter2020-06-051-5/+5
* | Fix [-Wundef] warning in PHAR extensionGeorge Peter Banyard2020-05-203-4/+4
* | Add --file-cache-prime/use options to run-testsNikita Popov2020-05-2011-0/+11
* | Trim trailing whitespaces and fix code styleRod Elias2020-05-121-16/+16
* | Enclose contents of CLEAN sections in PHP tagsChristoph M. Becker2020-04-291-0/+2
* | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-274-4/+4
* | Clean section of test not working due to short open tagsGabriel Caruso2020-04-261-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-223-0/+24
|\ \ | |/
| * 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
* | | Generate method entries from stubs for curl, ffi, pdo, pharMáté Kocsis2020-04-143-183/+385
* | | Fix [-Wempty-body] compiler warning in Phar extensionGeorge Peter Banyard2020-04-121-1/+1
* | | Fix nullable types in PHPDocMáté Kocsis2020-04-121-10/+10
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-21/+21
* | | Verify that all stubs have a return typeNikita Popov2020-04-031-0/+1
* | | Display nullability in type error messages for internal functionsMáté Kocsis2020-03-311-1/+1
* | | Use separate typedef for bucket comparison functionNikita Popov2020-03-041-16/+4
* | | Use {0} to initialize instead of {NULL}George Peter Banyard2020-02-281-1/+1
* | | Change argument error message formatMáté Kocsis2020-02-2610-27/+27
* | | Add proper return types to final phar methodsNikita Popov2020-02-182-80/+62
* | | Make type error messages more consistentMáté Kocsis2020-02-1710-28/+28
* | | 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
* | | Reindent phpt filesNikita Popov2020-02-03185-3368/+3368
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-034-88/+88
|\ \ \ | |/ /
| * | Apply tidy formattingNikita Popov2020-02-033-85/+85
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-282-5/+53
|\ \ \ | |/ /
| * | 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
* | | Fix #78880 Another roundMáté Kocsis2020-01-191-1/+1
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-1762-105/+105
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-162-2/+2
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-2/+2
* | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-155/+160