summaryrefslogtreecommitdiff
path: root/ext/phar/phar_object.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-171-0/+11
* Merge branch 'PHP-7.4'Christoph M. Becker2020-01-281-5/+18
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-281-5/+18
| |\
| | * Fix #76584: PharFileInfo::decompress not workingChristoph M. Becker2020-01-281-5/+18
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-8/+8
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-2/+2
* | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-155/+160
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-68/+68
* | | phar: fix offset*() prototypesDylan T2019-12-131-4/+4
* | | Add ext/phar arginfo stubsChristoph M. Becker2019-11-021-294/+128
* | | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-3/+3
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-7/+7
* | | Add missing zend_parse_parameters_none()Christoph M. Becker2019-10-051-0/+12
* | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-07-291-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-07-291-1/+3
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-07-291-1/+3
| | |\
| | | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-07-291-1/+3
| | | |\
| | | | * Fix #77919: Potential UAF in Phar RSHUTDOWNChristoph M. Becker2019-07-291-1/+3
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-4/+1
|\ \ \ \ \ | |/ / / /
| * | | | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-4/+1
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove ZEND_HANDLE_FDNikita Popov2019-07-161-1/+0
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-06-271-7/+0
|\ \ \ \ \ | |/ / / /
| * | | | Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-271-7/+0
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-04-261-10/+52
|\ \ \ \ \ | |/ / / /
| * | | | Fix VirtualProtect() related Phar issuesChristoph M. Becker2019-04-261-10/+52
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-02-081-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | | | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-6/+6
|/ / / /
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Use HT_IS_INITIALIZED() and HT_INVALIDATE() macros instead of hackish HT_FLAG...Dmitry Stogov2018-12-271-1/+1
* | | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | | Merge branch 'PHP-7.3'Stanislav Malyshev2018-12-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-12-011-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-011-1/+1
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-011-1/+1
| | | |\
| | | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-011-2/+13
| | | | |\
| * | | | \ Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-12-011-2/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-011-2/+13
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-011-2/+13
| | | |\ \ \
| | | | * \ \ Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-011-2/+13
| | | | |\ \ \ | | | | | |/ / | | | | |/| / | | | | | |/
| | | | | * Fix bug #77022 - use file mode or umask for new filesStanislav Malyshev2018-12-011-2/+13
* | | | | | Fix bug #77022 - use file mode or umask for new filesStanislav Malyshev2018-12-011-2/+13
* | | | | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-6/+6
* | | | | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-6/+6
|/ / / / /
* | | | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | | | It's safer to use zval_ptr_dtor() for iterator keys.Dmitry Stogov2018-07-051-2/+2
* | | | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-2/+2
* | | | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | | | | phar module, unsignedness check changes.David Carlier2018-06-181-7/+0