F3 crashes when there were PHP startups error even though they might not affect the program (e.g. unable to load an extension). It also sets its own error_reporting value and uses the previous one as a signal to disable the initialization failure check.
Let's use that to avoid the crash and log the error ourselves.
F3 crashes when there were PHP startups error even though they might not affect the program (e.g. unable to load an extension). It also sets its own error_reporting value and uses the previous one as a signal to disable the initialization failure check.
Let's use that to avoid the crash and log the error ourselves.
Fixes: https://github.com/SSilence/selfoss/issues/1192