Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-11-07 | 1 | -5/+5 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-11-07 | 1 | -4/+4 |
| |\ | |||||
| | * | Fixed bug #78759 | Nikita Popov | 2019-11-07 | 1 | -4/+4 |
* | | | Check for exception after calling count_values() | Nikita Popov | 2019-09-17 | 1 | -0/+3 |
* | | | Deprecate array_key_exists() on objects | Nikita Popov | 2019-07-22 | 1 | -0/+3 |
* | | | Optimize integer in_array with strict=true | Nikita Popov | 2019-07-05 | 1 | -12/+30 |
* | | | Remove HAVE_STRCOLL check | Peter Kokot | 2019-06-28 | 1 | -10/+0 |
* | | | Fix overflow UB in range() | Nikita Popov | 2019-06-19 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Dmitry Stogov | 2019-06-07 | 1 | -10/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2019-06-07 | 1 | -10/+10 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #77135 (Extract with EXTR_SKIP should skip $this) | Dmitry Stogov | 2019-06-07 | 1 | -42/+28 |
* | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -2/+7 |
* | | | Avoid double copying | Dmitry Stogov | 2019-05-28 | 1 | -26/+25 |
* | | | Allow array_merge() / array_merge_recursive() without arguments | Dik Takken | 2019-05-28 | 1 | -3/+7 |
* | | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY() | Nikita Popov | 2019-05-14 | 1 | -15/+8 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #77931 | Nikita Popov | 2019-04-23 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-16 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix HT flags copying wrt iterator count | Nikita Popov | 2019-04-16 | 1 | -0/+1 |
| * | | Fixed bug #77793 | Nikita Popov | 2019-03-25 | 1 | -10/+14 |
* | | | Fixed bug #74345 | Nikita Popov | 2019-03-20 | 1 | -0/+12 |
* | | | Remove legacy AC_CHECK_TYPE calls for uint and ulong | Peter Kokot | 2019-03-06 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-02-28 | 1 | -13/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-02-28 | 1 | -13/+11 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #77669 | Nikita Popov | 2019-02-28 | 1 | -13/+11 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -18/+30 |
* | | | Fix ZEND_NORMALIZE_BOOL usage | Nikita Popov | 2019-01-02 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.3' | Xinchen Hui | 2019-01-02 | 1 | -4/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Xinchen Hui | 2019-01-02 | 1 | -4/+5 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #77395 (segfault about array_multisort) | Xinchen Hui | 2019-01-02 | 1 | -4/+5 |
| * | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -2/+2 |
* | | | Split php_array_merge_or_replace_wrapper() into php_array_merge_wrapper() and... | Dmitry Stogov | 2018-12-11 | 1 | -73/+113 |
* | | | Clean up unnecessary ternary expressions and simplify some returns | Gabriel Caruso | 2018-12-03 | 1 | -4/+4 |
* | | | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -2/+2 |
* | | | Classify object handlers are required/optional | Nikita Popov | 2018-10-16 | 1 | -4/+0 |
* | | | Restore array_key_exists() compatibility for ArrayObject | Nikita Popov | 2018-10-11 | 1 | -17/+21 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-09-18 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-09-18 | 1 | -3/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-09-18 | 1 | -3/+1 |
| | |\ | |||||
| | | * | Fix bug #75533: array_reduce is slow when $carry is large array | Manabu Matsui | 2018-09-18 | 1 | -3/+1 |
* | | | | Remove HAVE_STRING_H | Peter Kokot | 2018-09-18 | 1 | -4/+0 |
* | | | | Remove unused ZEND_FILE_LINE in i_zval_ptr_dtor | Nikita Popov | 2018-09-16 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-22 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-22 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Fix #76778: array_reduce leaks memory if callback throws exception | Christoph M. Becker | 2018-08-22 | 1 | -0/+1 |
* | | | Make array parsing parameters error messages consistency with ZPP failure | Gabriel Caruso | 2018-08-19 | 1 | -13/+13 |
* | | | Fixed bug #76713 (Segmentation fault caused by property corruption) | Xinchen Hui | 2018-08-07 | 1 | -0/+3 |
* | | | Removed useless IS_UNDEF checks | Dmitry Stogov | 2018-07-31 | 1 | -8/+5 |