View Issue Details

IDProjectCategoryView StatusLast Update
0001396XdebugUncategorizedpublic2018-01-22 18:21
Reporternikita2206 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version2.6.0Fixed in Version2.6.0rc1 
Summary0001396: XDebug causes Notice errors when handling property_get requests
Description

Because XDebug has to jump through a number of different hoops in order to understand which member of the object the property_gets path is actually referring to, it causes PHP to throw Notice errors when it tries to access different members.
This is solved with a silent flag for zend_read_property() function.

TagsNo tags attached.
Operating System
PHP Version7.1.0-7.1.4

Activities

nikita2206

2017-02-07 19:10

reporter   ~0004207

https://github.com/xdebug/xdebug/pull/328

derick

2018-01-19 11:17

administrator   ~0004565

I'm closing this, as I think this is fixed through the commit linked from https://github.com/xdebug/xdebug/pull/328#issuecomment-355850423

cheers,
Derick