Reply to thread

I've generally been unable to isolate the issue I ran into in a way that would be reportable to PHP, though I'll try again, as I feel very confident that this is a PHP 7.3 bug of some sort. I'm not clear on whether it's opcache related or XML/SimpleXML related. When the behavior was unexpected, I was able to determine that reading attributes from the SimpleXML element wouldn't read the correct values. (Specifically, I'd get the same value for permission_group_id as permission_id -- routes would've done the same thing too.) Editing the file that had these issues (in an unrelated way) would then resolve the issue. However, if I reset the opcache, the issue would return (with the edited code).


I have taken steps to attempt to resolve this, though I can't be certain there aren't other scenarios where this will appear.


Back
Top Bottom