ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
317 stars 169 forks source link

Update error handler for php 7.2 #370

Closed jh23453 closed 6 months ago

jh23453 commented 2 years ago

According to the php documentation the "context" parameter to the error handler has been deprecated: https://www.php.net/manual/en/function.set-error-handler.php

Let's move on and get ready for a newer php version (debian bullseye has 7.4).

This in one small step to get ready for php8. See https://github.com/ganglia/ganglia-web/issues/361