You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My immediate thought is that this must be a bug in mod-php since the entire thing down to HTML output works in CLI (and the server should never be segfaulting)
I'll debug this a bit further and see if I can't submit a bug report. Thanks!
Trying to debug a simplexml object which has an attribute leads to an segfault of php 8.2 SAPI client in apache.
It works for CLI...
Example Script:
Workaround:
adding a type cast to string for the value solves the problem but of course this not the reason for the problem
https://github.com/kint-php/kint/blob/master/src/Parser/SimpleXMLElementPlugin.php#L102
Sadly I wasn't able to debug this in deep.
The text was updated successfully, but these errors were encountered: