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): AllowDynamicProperties #3774

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

Simpler1
Copy link
Contributor

@Simpler1 Simpler1 commented Oct 1, 2023

This fixes a problem that was introduced in PHP 8 which deprecated the use of dynamic properties.

The problem can be seen in the zoneminder-containers/zoneminder-base after pull request 56.

Symptom:
When you click on any of the monitor names from the Console view, you will get a 502 Bad Gateway message when running with nginx.

nginx log files show the following message many times:
PHP message: PHP Deprecated: Creation of dynamic property <property name> is deprecated in <file name>

@connortechnology connortechnology merged commit e535267 into ZoneMinder:master Oct 1, 2023
14 of 17 checks passed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah boi!

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.

3 participants