mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user