Fix #73585: Logging of "Internal Zend error" missing class name#2219
Fix #73585: Logging of "Internal Zend error" missing class name#2219mhagstrand wants to merge 1 commit intophp:masterfrom
Conversation
Also added error message for do_bind_function()
|
bug #73583 has been fixed, and this is actually a side-affect of that bug, which means, it also has been gone altogether with #73583. |
|
Hi @laruence I don't believe this a side-effect but rather a regression that can be seen starting from the two links below: 88eae43#diff-3a8139128d4026ce0cb0c86beba4e6b9L1033 The class name cannot be found in That can be seen here: I understand this is an error condition that shouldn't occur but it seems like outputting the class as it previous did should continue. Thanks |
|
Agree with @mhagstrand. RTD keys always start with a NUL byte, so printing them using |
|
I see, then only last one zend_error_noreturn need to be fixed, I'll take care of it, thanks |
|
I can not image how that class entry could not be found(unless there was some bug like #73583), so I simply removed the zend_error_return. and this is why I think this is not a bug at the first the place. ;) |
Also added error message for do_bind_function()