summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Removed useless checkDmitry Stogov2018-12-271-2/+1
* | | | Merge branch 'PHP-7.3'Stanislav Malyshev2018-12-034-10/+40
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-12-035-11/+45
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-034-10/+40
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-034-10/+40
| | | |\
| | | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-031-1/+1
| | | | |\
| | | | | * Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-034-10/+40
| | | | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-034-10/+40
| | | | |\ \
| | | | | * | Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-034-10/+40
| | | | | |/
* | | | | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | | | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-12-021-1/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-021-1/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-021-1/+5
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-021-1/+5
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Fix TSRM signature - php_stream_stat macro has it's own TSRMStanislav Malyshev2018-12-021-1/+1
| | | | * | Improve test for bug77022Stanislav Malyshev2018-12-021-1/+5