| Commit message (Expand) | Author | Age | Files | Lines |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Fix copy-and-paste bugs | Levi Morrison | 2017-12-13 | 1 | -2/+2 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-09-27 | 1 | -3/+6 |
|\ |
|
| * | Fixed #75220 - Segfault when calling is_callable on parent | Nester | 2017-09-27 | 1 | -3/+6 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Julien Pauli | 2017-06-29 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Fix bug #74832, crash in extension loading | Julien Pauli | 2017-06-29 | 1 | -1/+3 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-27 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Correct the location | Xinchen Hui | 2017-05-27 | 1 | -2/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-27 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Fixed bug #74657 (Undefined constants in array properties result in broken pr... | Xinchen Hui | 2017-05-27 | 1 | -2/+3 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | Fix bug #73147: Use After Free in PHP7 unserialize() | Stanislav Malyshev | 2016-10-12 | 1 | -0/+18 |
* | | Fix bug #69676 | Nikita Popov | 2017-03-15 | 1 | -1/+1 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | finish 7.1 port | Anatol Belski | 2016-10-14 | 1 | -3/+3 |
* | | Fix bug #73147: Use After Free in PHP7 unserialize() | Stanislav Malyshev | 2016-10-14 | 1 | -0/+18 |
* | | Revert ReflectionType::__toString() behavior + deprecate | Nikita Popov | 2016-09-28 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-09-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Dmitry Stogov | 2016-09-20 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed inconsistent meaning of zend_startup_module_ex() return value used in z... | Dmitry Stogov | 2016-09-20 | 1 | -1/+7 |
| | * | Fix various int size overflows. | Stanislav Malyshev | 2016-09-12 | 1 | -11/+50 |
| | * | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2016-09-11 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Remove zpp fallback code (always use Fast ZPP) | Andrea Faulds | 2016-09-11 | 1 | -2/+0 |
* | | | fix unused assignment | Anatol Belski | 2016-09-01 | 1 | -2/+3 |
* | | | Implement \ArgumentCountError exception | Davey Shafik | 2016-08-30 | 1 | -10/+12 |
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-07-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix is_callable() on abstract method via object | Nikita Popov | 2016-07-14 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-07-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix leak when dynamically calling abstract method | Nikita Popov | 2016-07-14 | 1 | -1/+1 |
* | | | Merge branch 'master' into iterable | Aaron Piotrowski | 2016-07-03 | 1 | -4/+6 |
|\ \ \ |
|
| * | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -1/+1 |
| * | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
| * | | | Fixed bug #71266 (Missing separation of properties HT in foreach etc). | Dmitry Stogov | 2016-06-07 | 1 | -1/+3 |
* | | | | Add iterable to zend_get_type_by_const() | Aaron Piotrowski | 2016-06-03 | 1 | -0/+2 |
* | | | | Add iterable pseudo-type | Aaron Piotrowski | 2016-06-03 | 1 | -0/+14 |
|/ / / |
|
* | | | Fixed white-spaces | Dmitry Stogov | 2016-05-24 | 1 | -4/+4 |
* | | | Intern some known (and offten used) strings. | Dmitry Stogov | 2016-05-12 | 1 | -3/+14 |
* | | | Revert "Refactor zval cleanup into single function" | Dmitry Stogov | 2016-05-06 | 1 | -3/+3 |
* | | | Refactor zval cleanup into single function | Bob Weinand | 2016-05-05 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-05-03 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Mark fcc as initialized for object calls | Bob Weinand | 2016-05-03 | 1 | -0/+1 |
* | | | - get rid of EG(scope). zend_get_executed_scope() should be used instead. | Dmitry Stogov | 2016-04-28 | 1 | -54/+54 |
* | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but... | Dmitry Stogov | 2016-04-27 | 1 | -1/+0 |
* | | | Warn about invalid strings in arithmetic | Andrea Faulds | 2016-03-30 | 1 | -10/+2 |
* | | | Removed zend_fcall_info.symbol_table | Dmitry Stogov | 2016-03-02 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-02-21 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | Fixed bug #71617 | Nikita Popov | 2016-02-21 | 1 | -0/+7 |
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-02-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -1/+1 |