summaryrefslogtreecommitdiff
path: root/Zend/zend_inheritance.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-09-031-1/+1
|\
| * Fixed reference-countingin ZTS build.Dmitry Stogov2018-09-031-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-08-291-4/+9
|\ \ | |/
| * Fixed incorrect ZEND_ACC_ARENA_ALLOCATED usage (it must be used only for inte...Dmitry Stogov2018-08-291-4/+9
| * year++Xinchen Hui2018-01-021-1/+1
| * Revert "Inheritance checks should not ignore parents if these implement an in...Joe Watkins2017-02-011-4/+5
* | year++Xinchen Hui2018-01-021-1/+1
* | Fix #75607 - Check if existing static trait property is a ref before comparingPedro Magalhães2017-12-161-4/+8
* | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | Fix bug #74607: Don't check for bi-directional compatibility in traitsPedro Magalhães2017-06-031-6/+6
* | Allow overriding abstract methodsPedro Magalhães2017-05-241-10/+0
* | Type hint inheritance check optimizationDmitry Stogov2017-05-101-5/+8
* | Drop unused variableNikita Popov2017-05-011-1/+0
* | Fixed bug #61970: Allow a child class to restrict access to ctorPedro Magalhães2017-05-011-2/+3
* | Fixed bug #74269: Strict comparison of initial trait property valuesPedro Magalhães2017-05-011-9/+5
* | Remove the ZEND_ACC_CLONE flagNikita Popov2017-04-221-1/+1
* | Implement Parameter Type Widening RFCNiklas Keller2017-02-041-13/+26
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-281-5/+4
|\ \ | |/
| * Inheritance checks should not ignore parents if these implement an interfacePedro Magalhães2017-01-281-5/+4
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Introduced "zend_type" - an abstraction for type-hinting representation.Dmitry Stogov2017-01-131-45/+24
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-221-0/+1
|\
| * Fix bug #69579John Boehr2016-09-221-0/+1
* | Merge branch 'PHP-7.0'Nikita Popov2016-07-051-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-051-2/+2
* | Swap type check orderAaron Piotrowski2016-06-291-12/+22
* | Limit covariance to array and TraversableAaron Piotrowski2016-06-051-12/+3
* | Fix abort too earlyAaron Piotrowski2016-06-051-10/+12
* | Covariance on inheriting classes with iterableAaron Piotrowski2016-06-041-0/+29
* | Merge branch 'nullable_types' of github.com:morrisonlevi/php-srcDmitry Stogov2016-05-231-5/+11
|\ \
| * | Fix bug #71428Levi Morrison2016-05-051-2/+0
| * | Add nullable parameter typesLevi Morrison2016-05-051-5/+5
| * | Implement nullable return types.Dmitry Stogov2016-05-051-1/+9
* | | Fixed typoDmitry Stogov2016-05-061-1/+1
* | | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-1/+1
* | | Refactor zval cleanup into single functionBob Weinand2016-05-051-1/+1
|/ /
* | Revert "Fix bad merge into master"Dmitry Stogov2016-04-291-0/+3
* | Fix bad merge into masterBob Weinand2016-04-281-3/+0
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-281-0/+3
|\ \ | |/
| * Fixed BC break described by bug #72119.Dmitry Stogov2016-04-281-0/+3
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-191-1/+2
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-04-191-1/+2
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-071-1/+0
|\ \ | |/
| * Fixed buildDmitry Stogov2016-04-071-2/+2
* | Fix the buildKalle Sommer Nielsen2016-04-061-2/+3
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-061-12/+26
|\ \ | |/
| * Fixed bug #71978 (Existence of return type hint affects other compatibility r...Dmitry Stogov2016-04-061-12/+26
* | Fixed bug #62814Nikita Popov2016-03-291-9/+9
* | Merge branch 'PHP-7.0'Joe Watkins2016-03-291-3/+3
|\ \ | |/