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

Update error handler for php 7.2 #370

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Update error handler for php 7.2 #370

merged 1 commit into from
Feb 16, 2024

Conversation

jh23453
Copy link
Contributor

@jh23453 jh23453 commented Mar 6, 2022

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 #361

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 ganglia#361
@vvuksan vvuksan merged commit 4c219ce into ganglia:master Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants