Loading sources_custom/hooks/systems/health_checks/stability.php +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ class Hook_health_check_stability extends Hook_Health_Check } $matches = array(); if (preg_match('#^\[([^\[\]]*)\] #', $line, $matches) != 0) { if ((preg_match('#^\[([^\[\]]*)\] #', $line, $matches) != 0) && (preg_match('#^\[([^\[\]]*)\] PHP\s+(Stack trace:|\d+\. )#', $line) == 0)/*xdebug*/) { $timestamp = @strtotime($matches[1]); if (($timestamp !== false) && ($timestamp > $threshold_time)) { $dates[] = $timestamp; Loading Loading
sources_custom/hooks/systems/health_checks/stability.php +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ class Hook_health_check_stability extends Hook_Health_Check } $matches = array(); if (preg_match('#^\[([^\[\]]*)\] #', $line, $matches) != 0) { if ((preg_match('#^\[([^\[\]]*)\] #', $line, $matches) != 0) && (preg_match('#^\[([^\[\]]*)\] PHP\s+(Stack trace:|\d+\. )#', $line) == 0)/*xdebug*/) { $timestamp = @strtotime($matches[1]); if (($timestamp !== false) && ($timestamp > $threshold_time)) { $dates[] = $timestamp; Loading