summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Remove ZEND_HANDLE_FDNikita Popov2019-07-161-1/+0
* | | | Use ZEND_HASH_FOREACH APIs in a few more placesNikita Popov2019-07-161-46/+12
* | | | Remove unused tsrm_strtok_r() functionNikita Popov2019-07-121-5/+0
* | | | 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-2712-76/+2
* | | | Fix stream leak in phar cache_listNikita Popov2019-06-251-1/+1
* | | | Avoid confusing gotos in phar_split_cache_listNikita Popov2019-06-251-28/+24
* | | | Fix EVP_PKEY leak in pharNikita Popov2019-06-251-1/+7
* | | | Fix uninitialized variableNikita Popov2019-06-191-1/+1
* | | | Phar: Avoid negative zip datesNikita Popov2019-06-191-2/+9
* | | | Fix memcpy null UB in pharNikita Popov2019-06-191-2/+4