summaryrefslogtreecommitdiff
path: root/ext/phar/phar_object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* | | | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-04-231-4/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-231-4/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-231-4/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-231-4/+2
| | | |\ \ | | | | |/
| | | | * Fix #76129 - remove more potential unfiltered outputs for pharStanislav Malyshev2018-04-231-4/+2
| | | * | Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflectionFabien Villepinte2017-05-291-2/+74
| | * | | Fixed bug #65414Bishop Bettini2018-02-081-3/+7
| | * | | year++Xinchen Hui2018-01-021-1/+1
* | | | | Move to unsigned types in pharAnatol Belski2018-04-181-150/+74
* | | | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-5/+5
* | | | | Merge branch 'PHP-7.2'Joe2018-02-081-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #65414Bishop Bettini2018-02-081-3/+7
* | | | | Don't loop over indexes in Phar::extractTo()Nikita Popov2018-01-281-23/+21
* | | | | Merge branch 'PHP-7.2'Nikita Popov2018-01-281-53/+65
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #54289Bishop Bettini2018-01-281-53/+65
| * | | | year++Xinchen Hui2018-01-021-1/+1
| * | | | Backport some printf() fixes to 7.2Nikita Popov2017-11-161-2/+2
* | | | | Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-1/+1
* | | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-151-1/+1
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-141-4/+4
* | | | | Enable and fix printf() format warningsNikita Popov2017-11-161-2/+2
* | | | | Kill compiler warnings in ext/pharKalle Sommer Nielsen2017-08-241-1/+1
* | | | | fix up porting mistakesAnatol Belski2017-07-271-1/+1
* | | | | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-6/+6
|/ / / /
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-05-291-2/+70
|\ \ \ \ | |/ / /
| * | | Fix Bug #74386Phar::__construct(): wrong number of parameters by reflectionFabien Villepinte2017-05-291-2/+70
* | | | "Countable" interface is moved from SPL to CoreDmitry Stogov2017-05-251-2/+2