summaryrefslogtreecommitdiff
path: root/ext/phar/phar_object.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-161-0/+11
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-07-291-1/+3
|\
| * Fix #77919: Potential UAF in Phar RSHUTDOWNChristoph M. Becker2019-07-291-1/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-011-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-011-1/+1
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-011-2/+13
| | |\
* | | \ Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-011-2/+13
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-011-2/+13
| |\ \ \
| | * \ \ Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-011-2/+13
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fix bug #77022 - use file mode or umask for new filesStanislav Malyshev2018-12-011-2/+13
* | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-231-4/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-231-4/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-231-4/+2
| | |\ \ | | | |/
| | | * Fix #76129 - remove more potential unfiltered outputs for pharStanislav Malyshev2018-04-231-4/+2
| | * | Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflectionFabien Villepinte2017-05-291-2/+74
| * | | Fixed bug #65414Bishop Bettini2018-02-081-3/+7
| * | | year++Xinchen Hui2018-01-021-1/+1
* | | | Fixed bug #65414Bishop Bettini2018-02-081-3/+7
* | | | Fixed bug #54289Bishop Bettini2018-01-281-53/+65
* | | | year++Xinchen Hui2018-01-021-1/+1
* | | | Backport some printf() fixes to 7.2Nikita Popov2017-11-161-2/+2
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-05-291-2/+70
|\ \ \ \ | |/ / /
| * | | Fix Bug #74386Phar::__construct(): wrong number of parameters by reflectionFabien Villepinte2017-05-291-2/+70
* | | | "Countable" interface is moved from SPL to CoreDmitry Stogov2017-05-251-2/+2
* | | | Merge branch 'PHP-7.1'Anatol Belski2017-05-021-1/+12
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-021-1/+12
| |\ \ \ | | |/ /
| | * | Fixed bug #51918 Phar::webPhar() does not handle requests sent through PUT an...Christian Weiske2017-05-021-1/+12
| | * | Fix of Bug #74383: Wrong reflection on Phar::runningMitch Hagstrand2017-04-101-1/+1
* | | | Fix for Bug 74196: PharData->decompress() does not correctly support dot namesMitch Hagstrand2017-04-101-8/+55
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-04-101-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-101-1/+1
| |\ \ \
| | * | | Fix of Bug #74383: Wrong reflection on Phar::runningMitch Hagstrand2017-04-101-1/+1
| | |/ /
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * | Fix more size_t/int implicit conversionsStanislav Malyshev2016-11-251-66/+149
| | * | Fix int/size_t confusion in isValidPharFilename (bug #73580)Stanislav Malyshev2016-11-251-0/+4
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-251-66/+149
| |\ \ \
| | * | | Fix more size_t/int implicit conversionsStanislav Malyshev2016-11-251-66/+149
| * | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-251-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Fix int/size_t confusion in isValidPharFilename (bug #73580)Stanislav Malyshev2016-11-251-0/+4
| | |/ /
* | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | | Path handling related refactoringsAnatol Belski2016-12-221-5/+5
* | | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-16/+16
* | | | Fix more size_t/int implicit conversionsStanislav Malyshev2016-11-251-66/+149
* | | | Fix int/size_t confusion in isValidPharFilename (bug #73580)Stanislav Malyshev2016-11-251-0/+4
|/ / /
* | | fix leakAnatol Belski2016-09-021-0/+5
* | | Fixed compilation warningsDmitry Stogov2016-06-221-3/+3
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-14/+14
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-06-211-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6.23' into PHP-7.0.8Stanislav Malyshev2016-06-211-2/+2
| |\ \ | | |/