mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 14:17:27 +02:00
update_daemon: mask phpmd stuff
This commit is contained in:
parent
9b666d2aa1
commit
e552bb0bf6
@ -45,6 +45,9 @@
|
||||
|
||||
$last_checkpoint = -1;
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(unused)
|
||||
*/
|
||||
function reap_children() {
|
||||
global $children;
|
||||
global $ctimes;
|
||||
@ -85,6 +88,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(unused)
|
||||
*/
|
||||
function sigchld_handler($signal) {
|
||||
$running_jobs = reap_children();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user