summaryrefslogtreecommitdiff
path: root/ext/phar/tar.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* fix erroneous resource destructionAnatol Belski2016-09-141-18/+2
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-121-1/+1
|\
| * Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_...Stanislav Malyshev2016-09-121-1/+1
* | fix leakAnatol Belski2016-09-021-0/+25
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-011-8/+3
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-291-8/+3
| |\
| | * Fixed bugs #71317 and #71504Jos Elstgeest2016-02-291-1/+3
* | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-12/+12
|/ /
* | Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-7/+17
|\ \ | |/
| * Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-6/+19
| |\
| | * Fixed bug #71488: Stack overflow when decompressing tar archivesStanislav Malyshev2016-01-311-6/+16
| | * Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata()Stanislav Malyshev2016-01-161-0/+3
| * | Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()Stanislav Malyshev2016-01-141-1/+1
* | | 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
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | | cleanup duplicated stat declarations in ext/pharAnatol Belski2015-05-251-3/+1
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-1/+1
| | |\
| | | * Fix bug #69453 - don't try to cut empty stringStanislav Malyshev2015-04-291-1/+1
| | | * Bump yearXinchen Hui2014-01-031-1/+1
* | | | Merge branch 'PHP-5.6'Michael Wallner2015-03-301-2/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-03-301-2/+5
| |\ \ \ | | |/ /
| | * | fix bug #67761Michael Wallner2015-03-301-2/+5
| | * | Fixed bug 64343Michael Wallner2015-03-301-0/+7
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| | |/
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-301-0/+7
|\ \ \ | |/ /
| * | Fixed bug 64343Michael Wallner2015-03-301-0/+7
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)Xinchen Hui2015-03-091-7/+7
* | | Fixed bug #68809 (Unchecked return value)Xinchen Hui2015-01-171-1/+8
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-53/+53
* | | fix conditionAnatol Belski2014-09-191-1/+1
* | | master renames phase 3Anatol Belski2014-08-251-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-3/+3
* | | ported ext/pharAnatol Belski2014-08-191-2/+2
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
* | | Support for ext/phar (all tests passed)Dmitry Stogov2014-05-121-2/+0
* | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-9/+14
* | | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-46/+61
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Remove some more unnecessary macros from pharNikita Popov2013-09-131-5/+5
|/
* more check for php_stream_fopen_tmpfile failurePierre Joye2013-05-141-5/+20
* bump yearXinchen Hui2013-01-061-1/+1
* - Removed PHP 6 checksFelipe Pena2012-08-211-4/+1