Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-27 | 1 | -1/+1 |
|\ | |||||
| * | Accept flags argument in zend_lookup_class_ex() | Nikita Popov | 2019-05-27 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-24 | 1 | -78/+210 |
|\ \ | |/ | |||||
| * | Implement basic variance support | Nikita Popov | 2019-05-24 | 1 | -74/+131 |
| * | Avoid early-binding on unresolved types | Nikita Popov | 2019-05-24 | 1 | -42/+119 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-23 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Forbid use of not fully linked classes | Nikita Popov | 2019-05-23 | 1 | -1/+3 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-08 | 1 | -48/+24 |
|\ \ | |/ | |||||
| * | Refactor inheritance type check implementation | Nikita Popov | 2019-05-08 | 1 | -48/+24 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-08 | 1 | -31/+15 |
|\ \ | |/ | |||||
| * | Deduplicate inheritance type check implementation | Nikita Popov | 2019-05-08 | 1 | -33/+16 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-08 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-05-08 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-08 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Fix resolution of "parent" during inheritance check | Nikita Popov | 2019-05-08 | 1 | -2/+2 |
| | * | | Fixed bug #77498 | Nikita Popov | 2019-01-25 | 1 | -0/+3 |
* | | | | Always generate fatal error for LSP failures | Nikita Popov | 2019-05-07 | 1 | -21/+3 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-03-27 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Treat abstract ctors the same, regardless of origin | Nikita Popov | 2019-03-27 | 1 | -4/+4 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-03-27 | 1 | -7/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix lineno for more inheritance errors | Nikita Popov | 2019-03-27 | 1 | -7/+20 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-03-27 | 1 | -1/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Make line numbers for inheritance errors more precise | Nikita Popov | 2019-03-27 | 1 | -1/+4 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-02-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix typos in code comments in Zend/ [skip ci] | Tyson Andre | 2019-02-18 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-15 | 1 | -4/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Avoid uninitialized entries in properties_info_table | Nikita Popov | 2019-02-15 | 1 | -4/+7 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-15 | 1 | -1/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | Assign (un)serialize_func during compilation | Nikita Popov | 2019-02-15 | 1 | -1/+11 |
* | | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-02-14 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed bug #77613 (method visibility change) (reverted ZEND_ACC_CTOR and ZEND_... | Dmitry Stogov | 2019-02-14 | 1 | -4/+5 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-08 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix refcounting of prop types coming from traits | Nikita Popov | 2019-02-08 | 1 | -0/+3 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-02-03 | 1 | -10/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -10/+0 |
| * | | | Adios, yearly copyright ranges | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | | Adios, yearly copyright ranges | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | | Remove support for legacy constructors | Nikita Popov | 2019-01-29 | 1 | -40/+1 |
|/ / / | |||||
* | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -5/+116 |
* | | | Replace zend_hash_apply... with ZEND_HASH_FOREACH... | Dmitry Stogov | 2018-12-19 | 1 | -3/+1 |
* | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-12-16 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
| * | | Fix #77291: magic methods inherited from a trait may be ignored | Christoph M. Becker | 2018-12-16 | 1 | -12/+12 |
| * | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -2/+2 |
* | | | Fixed issues related to optimization and persitence of classes linked with in... | Dmitry Stogov | 2018-11-14 | 1 | -0/+1 |
* | | | Update email addresses. We're still @Zend, but future proofing it... | Zeev Suraski | 2018-11-01 | 1 | -2/+2 |
* | | | Call function_add_ref() in proper place | Dmitry Stogov | 2018-10-30 | 1 | -4/+1 |
* | | | Don't initialize static_member_tables during start-up, when inherit internal ... | Dmitry Stogov | 2018-10-19 | 1 | -4/+7 |
* | | | Immutable clases and op_arrays. | Dmitry Stogov | 2018-10-17 | 1 | -32/+27 |
* | | | Removed wrong reference counting | Dmitry Stogov | 2018-10-03 | 1 | -3/+0 |
* | | | More careful handling of function prototypes | Dmitry Stogov | 2018-10-03 | 1 | -31/+39 |