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