Commit 76548887 authored by Franco Fichtner's avatar Franco Fichtner

crash reports: don't have to hide this, will be fixed in 16.7.2

(cherry picked from commit bd182fd5)
parent 929d2559
......@@ -545,7 +545,6 @@ function get_crash_report($pedantic = false)
if (!$pedantic) {
$excludes[] = 'PHP Notice:';
$excludes[] = 'PHP Startup: Unable to load dynamic library \'/usr/local/lib/php/20131226/suhosin.so\' - /usr/local/lib/php/20131226/suhosin.so: Undefined symbol "ps_globals" in Unknown on line 0';
}
if (file_exists($PHP_errors_log)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment