| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -13/+13 |
| * | Removed useless zval_ptr_dtor() | Dmitry Stogov | 2018-05-29 | 1 | -3/+3 |
| * | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
| * | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-05-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-05-23 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fixed bug #76367 (NoRewindIterator segfault 11) | Xinchen Hui | 2018-05-23 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.2' | Joe Watkins | 2018-03-27 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2018-03-27 | 1 | -2/+2 |
| | |\ \ | | |/ | |||||
| | | * | Fix #76131 some arginfo params are different from the documentation | Gabriel Caruso | 2018-03-27 | 1 | -3/+3 |
| | | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | | Improve HashTable iterators handling: | Dmitry Stogov | 2018-03-22 | 1 | -2/+2 |
| * | | | Remove return types from some magic method in protos | Gabriel Caruso | 2018-03-09 | 1 | -2/+2 |
| * | | | Convert iterator by reference errors to exceptions | Nikita Popov | 2018-02-19 | 1 | -1/+2 |
| * | | | Use HT_FLAGS() macro | Dmitry Stogov | 2018-01-22 | 1 | -1/+1 |
| * | | | Avoid useless duplication | Dmitry Stogov | 2018-01-19 | 1 | -2/+6 |
| * | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-22 | 1 | -0/+9 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 1 | -0/+9 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #73209 | Nikita Popov | 2017-12-22 | 1 | -0/+9 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-22 | 1 | -4/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 1 | -4/+4 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #75242 | Nikita Popov | 2017-12-22 | 1 | -4/+4 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-22 | 1 | -0/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 1 | -0/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #75717 | Nikita Popov | 2017-12-22 | 1 | -0/+1 |
| * | | | Move zend_object_iterator_funcs structures into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| * | | | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -1/+1 |
| * | | | RC manipulation cleanup 2 | Xinchen Hui | 2017-11-02 | 1 | -4/+1 |
| * | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -3/+3 |
| * | | | Refactored array creation API. array_init() and array_init_size() are convert... | Dmitry Stogov | 2017-09-20 | 1 | -2/+1 |
| |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-07-18 | 1 | -12/+27 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-07-18 | 1 | -12/+27 |
| | |\ | |||||
| | | * | Fixed #74699 - Broken ArrayIterator unserializing | andrewnester | 2017-07-18 | 1 | -12/+27 |
| * | | | Fixes Bug #71412 Incorrect ArrayIterator __construct signature | Tyson Andre | 2017-07-02 | 1 | -4/+34 |
| |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-03-10 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fixed bug #74218 (ArrayIterator error message is confusing) | Xinchen Hui | 2017-03-10 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Fixed bug #74058 | andrewnester | 2017-03-09 | 1 | -0/+5 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Fix the bug in ZEND_ASSIGN_DIM (as nikic suggest) | Xinchen Hui | 2016-12-09 | 1 | -5/+0 |
| * | | Revert "Refix bug #73686" | Xinchen Hui | 2016-12-09 | 1 | -0/+5 |
| * | | Refix bug #73686 | Xinchen Hui | 2016-12-09 | 1 | -5/+0 |
| * | | Fixed bug #73686 (Adding settype()ed values to ArrayObject results in referen... | Xinchen Hui | 2016-12-09 | 1 | -0/+5 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-09-12 | 1 | -2/+3 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.0.11' into PHP-7.0 | Stanislav Malyshev | 2016-09-12 | 1 | -2/+3 |
| | |\ | |||||
| | | * | Fix bug #73029 - Missing type check when unserializing SplArray | Stanislav Malyshev | 2016-09-12 | 1 | -2/+3 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2016-09-11 | 1 | -6/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Remove zpp fallback code (always use Fast ZPP) | Andrea Faulds | 2016-09-11 | 1 | -6/+0 |
| | |/ | |||||
| * | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -1/+1 |
| |\ \ | |||||
