Problem/Motivation
PHP 8.2 has now deprecated the creation of dynamic properties. See the documentation page for deprecated features.
The issue stems from an oversight in ContactForm.php where snake-cased properties were instantiated in place of the camel-cased properties defined by the class.
Steps to reproduce
Proposed resolution
Replace snake-cased property instantiations and calls with the intended camel-case properties.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| email-contact-php-8.2-dynamic-property-fix.patch | 3.16 KB | frankied3 |
Comments
Comment #2
frankied3Still working as of current. Marking RTBC.
Comment #4
nagy.balint commentedThanks!