summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-061-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-061-1/+1
| |\
| | * Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)Stanislav Malyshev2019-01-061-1/+1
* | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-12-031-9/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-031-9/+21
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-031-9/+21
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-031-1/+1
| | | |\
| | | | * Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-031-9/+21
| | | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-031-9/+21
| | | |\ \
| | | | * | Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-031-9/+21
| | | | |/
* | | | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-041-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Fix stack underflow in pharAnatol Belski2018-08-061-10/+7
* | | | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-3/+3
* | | | | Fix pecl vs ext typo in pharPeter Kokot2018-06-301-1/+1
* | | | | Bump phar and hash extension version to match PHP versionPeter Kokot2018-06-211-1/+0
* | | | | phar module, unsignedness check changes.David Carlier2018-06-181-3/+3
* | | | | Remove SVN revision from phar phpinfo outputPeter Kokot2018-06-161-3/+0
* | | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-7/+7
* | | | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-04-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Move to unsigned types in pharAnatol Belski2018-04-181-29/+31
* | | | | Drop double CHECK_NULL_PATH check for PHARsNiklas Keller2018-03-231-4/+0
* | | | | Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-14/+14
* | | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | | | Use persistent strings for preloaded phar filesDmitry Stogov2017-11-021-3/+22
* | | | | Kill compiler warnings in ext/pharKalle Sommer Nielsen2017-08-241-4/+4
* | | | | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-2/+2
|/ / / /
* | | | 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