From d16784c040af647ec0059fe95ba3b2afb46801e1 Mon Sep 17 00:00:00 2001 From: f0o Date: Mon, 11 May 2015 09:07:15 +0000 Subject: [PATCH] This is not a fix for the issue! It does however minimize the risk of running into zombies for certain distribution's php5.x packages. It's been said it works for: Ubuntu 14.04.2 under Apache2's Mod-PHP using php5.5 OpenSuSE 13.2 under Apache2's Mod-PHP using php5.6 Debian 8 under Apache2's Mod-PHP and PHP-FPM using php5.6 --- includes/rrdtool.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/rrdtool.inc.php b/includes/rrdtool.inc.php index a2a6fcc02c..1fbe6e4dcb 100644 --- a/includes/rrdtool.inc.php +++ b/includes/rrdtool.inc.php @@ -60,7 +60,7 @@ function rrdtool_pipe_open(&$rrd_process, &$rrd_pipes) * @param array rrd_pipes */ -function rrdtool_pipe_close(&$rrd_process, &$rrd_pipes) +function rrdtool_pipe_close($rrd_process, &$rrd_pipes) { global $debug;