summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Promote warnings to exceptions in ext/pharMáté Kocsis2020-08-257-30/+66
* 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-079-149/+139
* Fix ZPP order in ext/pharMáté Kocsis2020-08-071-106/+134
* [RFC] Only unserialize Phar metadata when getMetadata() is calledTyson Andre2020-08-0316-311/+581
* Fix #79797: Use of freed hash key in the phar_parse_zipfile functionChristoph M. Becker2020-08-033-1/+15
* Get rid of empty function entriesMáté Kocsis2020-08-011-10/+1
* Call zpp_none in PharFileInfo::__destruct()Nikita Popov2020-07-211-0/+4
* 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