summaryrefslogtreecommitdiff
path: root/ext/phar
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-025-4/+35
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-025-4/+35
| |\
| | * 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-303-2/+17
| | * Fix int overflows in phar (bug #73764)Stanislav Malyshev2016-12-303-2/+18
| | * Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_...Stanislav Malyshev2016-09-123-1/+19
| | * Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse...Stanislav Malyshev2016-09-124-1/+47
| * | Silence warning from unhandled enumSara Golemon2016-12-171-0/+2
| * | fix leaking streams and memory mapped filesAnatol Belski2016-12-171-7/+19
| * | 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
* | | Silence warning from unhandled enumSara Golemon2016-12-161-0/+2
* | | fix leaking streams and memory mapped filesAnatol Belski2016-12-161-7/+19
* | | 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
| |/ /
* | | Remove binary casts from PHAR's default stubPedro Magalhães2016-11-0918-66/+65
* | | fix erroneous resource destructionAnatol Belski2016-09-141-18/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-127-2/+66
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0.11' into PHP-7.0Stanislav Malyshev2016-09-127-2/+66
| |\ \
| | * | Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_...Stanislav Malyshev2016-09-123-1/+19
| | * | Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse...Stanislav Malyshev2016-09-124-1/+47
* | | | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversionsChristoph M. Becker2016-09-0312-12/+12
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-031-1/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-031-1/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * fix double freeAnatol Belski2016-09-031-1/+0
* | | fix leakAnatol Belski2016-09-021-0/+25
* | | fix leakAnatol Belski2016-09-021-0/+5
* | | fix useless assignmentAnatol Belski2016-09-011-1/+0
* | | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-236-4/+4
* | | Use opaque EVP_MD in phar_verify_signatureJakub Zelenka2016-07-171-6/+7
* | | Fixed compilation warningsDmitry Stogov2016-06-231-3/+3
* | | Fixed compilation warningsDmitry Stogov2016-06-226-18/+18
* | | Merge branch 'PHP-7.0'Anatol Belski2016-06-211-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-211-3/+3
| |\ \ | | |/
| | * fix testAnatol Belski2016-06-211-3/+3
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-212-15/+15
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-06-214-2/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6.23' into PHP-7.0.8Stanislav Malyshev2016-06-214-2/+28
| |\ \ | | |/
| | * Fix bug #72321 - use efree() for emalloc allocationStanislav Malyshev2016-06-124-2/+28
* | | Merge branch 'PHP-7.0'Anatol Belski2016-03-291-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-03-291-2/+2
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-291-2/+2
| | |\
| | | * fix dir separator in testAnatol Belski2016-03-291-2/+2
| | * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-289-42/+46
| | |\ \ | | | |/
* | | | Merge branch 'PHP-7.0'Anatol Belski2016-03-299-37/+45
|\ \ \ \ | |/ / /
| * | | 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-209-37/+41
| * | | Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-209-37/+41