Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix php8 error in function.php #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 6, 2022

  1. Fix php8 error in function.php

    I got the message:
    PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
     in /usr/share/ganglia-webfrontend/functions.php on line 732
    
    This messages is likely new with php7.3. Will be an error with PHP8.
    For details see https://wiki.php.net/rfc/continue_on_switch_deprecation
    
    This in one small step to get ready for php8. See ganglia#361
    jh23453 authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    b0c1f80 View commit details
    Browse the repository at this point in the history