Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #75102: `PharData` says invalid checksum for valid tar | Christoph M. Becker | 2020-12-04 | 1 | -0/+9 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-04-22 | 1 | -0/+8 |
|\ | |||||
| * | Fix #79503: Memory leak on duplicate metadata | Christoph M. Becker | 2020-04-22 | 1 | -0/+8 |
* | | Fix build warnings | Remi Collet | 2019-07-25 | 1 | -3/+3 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-03-03 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-03-03 | 1 | -1/+6 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-03-03 | 1 | -1/+6 |
| | |\ | |||||
| | | * | Fix bug #77586 - phar_tar_writeheaders_int() buffer overflow | Stanislav Malyshev | 2019-03-03 | 1 | -1/+6 |
| | | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | | | | Update and fix remaining year ranges (2019) | Peter Kokot | 2019-02-08 | 1 | -1/+1 |
* | | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | | Fix some sign-related issues in comparisons | jvoisin | 2019-01-09 | 1 | -1/+1 |
* | | | | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | Replace zval_dtor() with specialized destructors | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | | | Removed "dead" code (zend_hash_update() never fails) | Dmitry Stogov | 2018-06-01 | 1 | -16/+2 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
* | | | Move to unsigned types in phar | Anatol Belski | 2018-04-18 | 1 | -10/+13 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
|/ / | |||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -3/+3 |
|/ | |||||
* | fix erroneous resource destruction | Anatol Belski | 2016-09-14 | 1 | -18/+2 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-09-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_... | Stanislav Malyshev | 2016-09-12 | 1 | -1/+1 |
* | | fix leak | Anatol Belski | 2016-09-02 | 1 | -0/+25 |
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-03-01 | 1 | -8/+3 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-02-29 | 1 | -8/+3 |
| |\ | |||||
| | * | Fixed bugs #71317 and #71504 | Jos Elstgeest | 2016-02-29 | 1 | -1/+3 |
* | | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_t | Rouven Weßling | 2016-02-04 | 1 | -12/+12 |
|/ / | |||||
* | | Merge branch 'PHP-5.6.18' into PHP-7.0.3 | Stanislav Malyshev | 2016-02-01 | 1 | -7/+17 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5.32' into PHP-5.6.18 | Stanislav Malyshev | 2016-02-01 | 1 | -6/+19 |
| |\ | |||||
| | * | Fixed bug #71488: Stack overflow when decompressing tar archives | Stanislav Malyshev | 2016-01-31 | 1 | -6/+16 |
| | * | Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata() | Stanislav Malyshev | 2016-01-16 | 1 | -0/+3 |
| * | | Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() | Stanislav Malyshev | 2016-01-14 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
* | | | cleanup duplicated stat declarations in ext/phar | Anatol Belski | 2015-05-25 | 1 | -3/+1 |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-05-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-12 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-05-12 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix bug #69453 - don't try to cut empty string | Stanislav Malyshev | 2015-04-29 | 1 | -1/+1 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-5.6' | Michael Wallner | 2015-03-30 | 1 | -2/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2015-03-30 | 1 | -2/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | fix bug #67761 | Michael Wallner | 2015-03-30 | 1 | -2/+5 |
| | * | | Fixed bug 64343 | Michael Wallner | 2015-03-30 | 1 | -0/+7 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |