summaryrefslogtreecommitdiff
path: root/Zend/zend_inheritance.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix bug #69579John Boehr2016-09-221-0/+1
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-051-2/+2
* Fixed BC break described by bug #72119.Dmitry Stogov2016-04-281-0/+3
* Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-04-191-1/+2
* Fixed buildDmitry Stogov2016-04-071-2/+2
* Fixed bug #71978 (Existence of return type hint affects other compatibility r...Dmitry Stogov2016-04-061-12/+26
* remove unused paramJoe Watkins2016-03-291-3/+3
* fix bug #71428: Validation type inheritance with = NULLJoe Watkins2016-03-291-0/+2
* Bug #71428 work ... hopefully, fix drupal 8Joe Watkins2016-03-291-7/+7
* work on #71428Joe Watkins2016-03-281-0/+5
* Fixed bug #71248 (Wrong interface is enforced)Dmitry Stogov2016-01-131-1/+14
* Fixed bug #71275 (Bad method called on cloning an object having a trait)Bob Weinand2016-01-051-11/+11
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-241-2/+2
* Fix bug #62441Nikita Popov2015-08-281-5/+1
* Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-2/+2
* fix inheritance of internal interfaces with constantsMichael Wallner2015-08-181-1/+7
* use efree_size hereXinchen Hui2015-08-121-3/+3
* Fixed invalid read (Part issue of #69579)Xinchen Hui2015-07-101-1/+2
* Fixed No 2 issue in #1400Xinchen Hui2015-07-101-0/+2
* Fixed Issue #1400 (double free static property)Xinchen Hui2015-07-101-1/+7
* Correct type hint name for booleans in method signaturesNiklas Keller2015-07-021-2/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-93/+93
* Restored old behaviorDmitry Stogov2015-06-291-1/+1
* Show full signature upon inheritance mismatchBob Weinand2015-06-291-5/+14
* micro-optimizationDmitry Stogov2015-06-031-1/+1
* Fixed #69566 in masterXinchen Hui2015-05-041-1/+1
* Removred temporary codeDmitry Stogov2015-04-221-4/+0
* Improved property inheritance codeDmitry Stogov2015-04-221-54/+63
* Merge branch 'PHP-5.6'Xinchen Hui2015-04-211-1/+2
* Merge branch 'PHP-5.6'Xinchen Hui2015-04-101-0/+1
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-1/+1
* Reclassify E_STRICT noticesNikita Popov2015-04-011-15/+7
* Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-0/+27
* Allow adding return type during inheritanceNikita Popov2015-03-221-3/+6
* Fixed zend_hash_append result duplicated keyXinchen Hui2015-03-081-3/+0
* Make fast path linearDmitry Stogov2015-03-061-7/+7
* Merge branch 'PHP-5.6'Xinchen Hui2015-03-051-6/+8
* Merge branch 'cleanup' of https://github.com/zxcvdavid/php-srcXinchen Hui2015-03-051-2/+0
|\
| * Remove the unused varsWei Dai2015-03-051-2/+0
* | Merge branch 'PHP-5.6'Xinchen Hui2015-03-051-4/+21
|/
* Improved method inhereitance code and cleanupDmitry Stogov2015-03-051-141/+91
* Improved ineritance codePRE_PHP7_EREG_MYSQL_REMOVALSDmitry Stogov2015-03-041-44/+53
* Improved code for class property inheritanceDmitry Stogov2015-03-041-42/+45
* Check interface/trait extension for internal classesGuilherme Blanco2015-02-131-6/+18
* Made ZEND_ACC_TRAIT a saner valueGuilherme Blanco2015-02-121-1/+1
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+5
* Add check for null pointer, as done in case 5 lines above.Joshua Rogers2015-01-301-1/+1
* Fixed annoying warningsXinchen Hui2015-01-291-1/+1