Bug#878066: ganglia-webfrontend: not compatible with PHP 7

2022-03-07 Thread Jochen Kellner
Package: ganglia-webfrontend Followup-For: Bug #878066 Dear Maintainer, the bug report talks about two needed changes: 1. https://github.com/ganglia/ganglia-web/commit/c5e5831d23c6db0b04a868578680b32cb03ee952#diff-6e9d3d41e5bc04968be8f28e0b6f7a1a - list( $_cluster, $_host ) = split( '/',

Bug#878066: ganglia-webfrontend: not compatible with PHP 7

2019-01-12 Thread Jochen Hein
Package: ganglia-webfrontend Version: 3.6.1-3 Followup-For: Bug #878066 I've just upgraded my Ganglia server to buster. Another needed patch is https://github.com/ganglia/ganglia-web/commit/13d426bcf66fb0f27d44847154ba2180884edcd6 -- System Information: Debian Release: buster/sid APT prefers t

Bug#878066: ganglia-webfrontend: not compatible with PHP 7

2018-12-01 Thread Jochen Hein
Package: ganglia-webfrontend Version: 3.6.1-3 Followup-For: Bug #878066 Upstream seems to have this fixed with this commit: https://github.com/ganglia/ganglia-web/commit/c5e5831d23c6db0b04a868578680b32cb03ee952#diff-6e9d3d41e5bc04968be8f28e0b6f7a1a - list( $_cluster, $_host ) = split( '/', $

Bug#878066: ganglia-webfrontend: not compatible with PHP 7

2017-10-09 Thread Rike-Benjamin Schuppner
Package: ganglia-webfrontend Version: 3.6.1-3 Severity: normal Hi, The ganglia-webfrontend code contains calls to split() which is not available in PHP 7 anymore (and therefore breaks on Debian 9) as can be seen by accessing http://localhost/ganglia/api/host.php?action=list. A quick fix seems to