Ref T12101. Although PHP7 raises parse errors as throwables, it still just instantly fatals for some types of parser-like error.
We currently silence these, so they can cause the process to appear to exit abruptly. Instead, unsilence them.
Differential D19001
Improve PHP7 handling of include-time parser-like fatals like "class must implement all abstract methods" epriestley on Feb 6 2018, 1:00 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Ref T12101. Although PHP7 raises parse errors as throwables, it still just instantly fatals for some types of parser-like error. We currently silence these, so they can cause the process to appear to exit abruptly. Instead, unsilence them.
Diff Detail
Event Timeline
Comment Actions I figured out how to make a computer do this for me, so hopefully I'll have fewer spelling errors in comments going forward: |