summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | this mtime comparison makes assumptions that cannot always hold trueJoe Watkins2019-06-161-5/+0
* | | | Prevent test conflictsChristoph M. Becker2019-05-143-0/+6
* | | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | | Fix undefined variable, and remove unused test-pdopeter279k2019-05-031-1/+1
* | | | Fix VirtualProtect() related Phar issuesChristoph M. Becker2019-04-262-26/+81
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-172-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-172-2/+2
| |\ \ \ | | |/ /
| | * | Fix tests for non English environmentsChristoph M. Becker2019-04-172-2/+2
* | | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-04-101-0/+61
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-04-101-0/+61
| |\ \ \ | | |/ /
| | * | Fix phar:// include handling with file cacheAnatol Belski2019-04-101-0/+61
* | | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-15312-1015/+1015
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-151-2/+3
|\ \ \ \ | |/ / /