summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-041-1/+1
|\
| * Fix parenthesis warningNikita Popov2018-09-041-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-08-301-10/+7
|\ \ | |/
| * Fix stack underflow in pharAnatol Belski2018-08-301-10/+7
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-221-1/+1
|\ \ | |/
| * Add a bit of defensive conding for bug #76155Stanislav Malyshev2018-04-221-1/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1'Christoph M. Becker2017-01-051-2/+4
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-01-051-2/+4
| |\
| | * Fix #70417: PharData::compress() doesn't close temp fileChristoph M. Becker2017-01-051-2/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Resolve conflictSammy Kaye Powers2017-01-031-4/+3
|\ \ \
| * \ \ Merge branch 'PHP-7.1'Stanislav Malyshev2017-01-021-4/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-021-4/+3
| | |\ \ | | | |/
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-021-4/+3
| | | |\
| | | | * Fix bug #73773 - Seg fault when loading hostile pharStanislav Malyshev2016-12-311-2/+2
| | | | * Fix bug #73768 - Memory corruption when loading hostile pharStanislav Malyshev2016-12-301-2/+1
| | | | * Fix int overflows in phar (bug #73764)Stanislav Malyshev2016-12-301-2/+2
| | | | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-0/+4
| | | | |\
| | | * | | Silence warning from unhandled enumSara Golemon2016-12-171-0/+2
| | | * | | fix leaking streams and memory mapped filesAnatol Belski2016-12-171-7/+19
| | * | | | Silence warning from unhandled enumSara Golemon2016-12-161-0/+2
| | * | | | fix leaking streams and memory mapped filesAnatol Belski2016-12-161-7/+19
* | | | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ / / / /
* | | | | Silence warning from unhandled enumSara Golemon2016-12-121-0/+2
* | | | | fix leaking streams and memory mapped filesAnatol Belski2016-12-111-7/+19
* | | | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-5/+5
|/ / / /
* | | | Fixed compilation warningsDmitry Stogov2016-06-231-3/+3
* | | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-03-291-0/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-7.0.5Stanislav Malyshev2016-03-281-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-201-0/+4
| * | | Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-201-0/+4
* | | | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ \ \ | |/ / /
| * | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-02-181-2/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-181-2/+5
| |\ \ \ | | | |/ | | |/|
| | * | Fixed bug #71625 Crash in php7.dll with bad phar filenameAnatol Belski2016-02-181-2/+5
* | | | Replace usage of php_uint16 with uint16_tRouven Weßling2016-02-041-4/+4
* | | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-15/+15
* | | | Remove version checksNikita Popov2016-01-301-17/+0
* | | | Remove HAVE_SPL checksNikita Popov2016-01-301-2/+0
|/ / /
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-07-071-2/+8
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-061-2/+8
| | |\
| | | * Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-041-2/+8
| | | * Fixed recently introduced memory leakDmitry Stogov2015-04-141-0/+1