Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Use HT_IS_INITIALIZED() and HT_INVALIDATE() macros instead of hackish HT_FLAG... | Dmitry Stogov | 2018-12-27 | 1 | -1/+1 |
* | Clean up unnecessary ternary expressions and simplify some returns | Gabriel Caruso | 2018-12-03 | 1 | -1/+1 |
* | Merge branch 'PHP-7.3' | Stanislav Malyshev | 2018-12-01 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2018-12-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-12-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-12-01 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-12-01 | 1 | -2/+13 |
| | | | |\ | |||||
| * | | | \ | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2018-12-01 | 1 | -2/+13 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-12-01 | 1 | -2/+13 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-12-01 | 1 | -2/+13 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-12-01 | 1 | -2/+13 |
| | | | |\ \ \ | | | | | |/ / | | | | |/| / | | | | | |/ | |||||
| | | | | * | Fix bug #77022 - use file mode or umask for new files | Stanislav Malyshev | 2018-12-01 | 1 | -2/+13 |
* | | | | | | Fix bug #77022 - use file mode or umask for new files | Stanislav Malyshev | 2018-12-01 | 1 | -2/+13 |
* | | | | | | Use ZEND_THIS macro to hide implementation details in extensions code. | Dmitry Stogov | 2018-11-15 | 1 | -6/+6 |
* | | | | | | Replace getThis() by EX(This), when additional check is not necessary. | Dmitry Stogov | 2018-11-14 | 1 | -6/+6 |
|/ / / / / | |||||
* | | | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | | | | It's safer to use zval_ptr_dtor() for iterator keys. | Dmitry Stogov | 2018-07-05 | 1 | -2/+2 |
* | | | | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy... | Dmitry Stogov | 2018-07-05 | 1 | -2/+2 |
* | | | | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -2/+2 |
* | | | | | phar module, unsignedness check changes. | David Carlier | 2018-06-18 | 1 | -7/+0 |
* | | | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -3/+3 |
* | | | | | Merge branch 'PHP-7.2' | Stanislav Malyshev | 2018-04-23 | 1 | -4/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-04-23 | 1 | -4/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-04-23 | 1 | -4/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-04-23 | 1 | -4/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fix #76129 - remove more potential unfiltered outputs for phar | Stanislav Malyshev | 2018-04-23 | 1 | -4/+2 |
| | | * | | Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflection | Fabien Villepinte | 2017-05-29 | 1 | -2/+74 |
| | * | | | Fixed bug #65414 | Bishop Bettini | 2018-02-08 | 1 | -3/+7 |
| | * | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | | | Move to unsigned types in phar | Anatol Belski | 2018-04-18 | 1 | -150/+74 |
* | | | | | Remove return types from some magic method in protos | Gabriel Caruso | 2018-03-09 | 1 | -5/+5 |
* | | | | | Merge branch 'PHP-7.2' | Joe | 2018-02-08 | 1 | -3/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed bug #65414 | Bishop Bettini | 2018-02-08 | 1 | -3/+7 |
* | | | | | Don't loop over indexes in Phar::extractTo() | Nikita Popov | 2018-01-28 | 1 | -23/+21 |
* | | | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-28 | 1 | -53/+65 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed bug #54289 | Bishop Bettini | 2018-01-28 | 1 | -53/+65 |
| * | | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | | | Backport some printf() fixes to 7.2 | Nikita Popov | 2017-11-16 | 1 | -2/+2 |
* | | | | | Access HashTable.u.flags through HT_FLAGS() macro. | Dmitry Stogov | 2018-01-22 | 1 | -1/+1 |
* | | | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-15 | 1 | -1/+1 |
* | | | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -4/+4 |
* | | | | | Enable and fix printf() format warnings | Nikita Popov | 2017-11-16 | 1 | -2/+2 |
* | | | | | Kill compiler warnings in ext/phar | Kalle Sommer Nielsen | 2017-08-24 | 1 | -1/+1 |
* | | | | | fix up porting mistakes | Anatol Belski | 2017-07-27 | 1 | -1/+1 |
* | | | | | Move cwd_state and path related routines to size_t | Anatol Belski | 2017-07-27 | 1 | -6/+6 |
|/ / / / | |||||
* | | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-05-29 | 1 | -2/+70 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix Bug #74386Phar::__construct(): wrong number of parameters by reflection | Fabien Villepinte | 2017-05-29 | 1 | -2/+70 |
* | | | | "Countable" interface is moved from SPL to Core | Dmitry Stogov | 2017-05-25 | 1 | -2/+2 |