summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \ \ \ | |/ / /
| * | | Fixed bug #77697 (Crash on Big_Endian platform)Xinchen Hui2019-03-151-2/+3
* | | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+5
* | | | More zpp error/variation test removalsNikita Popov2019-03-073-107/+0
* | | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-03-041-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-03-041-3/+3
| |\ \ \ | | |/ /
| | * | Fix test portabilityAnatol Belski2019-03-041-3/+3
* | | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-034-3/+31
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-034-3/+31
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-034-3/+31
| | |\ \ | | | |/
| | | * Fix bug #77586 - phar_tar_writeheaders_int() buffer overflowStanislav Malyshev2019-03-034-3/+31
* | | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-032-0/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-032-0/+18
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-032-0/+18
| | |\ \ | | | |/
| | | * Fix bug #77396 - Null Pointer Dereference in phar_create_or_parse_filenameStanislav Malyshev2019-03-032-0/+18
* | | | Fix more file name collisions in phar testsNikita Popov2019-02-222-11/+11
* | | | Use separate files in phar testsNikita Popov2019-02-228-75/+75
* | | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-0819-20/+20
* | | | Remove local variablesPeter Kokot2019-02-0314-126/+0
* | | | Fix some sign-related issues in comparisonsjvoisin2019-01-091-1/+1
* | | | Merge branch 'PHP-7.3'Stanislav Malyshev2019-01-062-1/+15
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-062-1/+15
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-062-1/+15
| | |\ \ | | | |/
| | | * Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)Stanislav Malyshev2019-01-062-1/+15
* | | | Added missing invalidations.Dmitry Stogov2018-12-281-0/+3
* | | | Use HT_IS_INITIALIZED() and HT_INVALIDATE() macros instead of hackish HT_FLAG...Dmitry Stogov2018-12-277-40/+40