Add Support for PHP 8.2
-
PHP 8.2 has deprecated creation of dynamic properties in classes.
There are multiple instances in EPL_Property_Meta and EPL_Author_Meta where class properties are set dynamically, and this is throwing a bucketload of deprecation notices:
[28-Feb-2023 06:25:36 UTC] PHP Deprecated: Creation of dynamic property EPL_Property_Meta::$label_bond is deprecated in /sites/website.url/files/web/app/plugins/easy-property-listings/lib/includes/class-epl-property-meta.php on line 112
Can these be rectified so my debug log isn’t plastered with warnings? Happy to help if you would like a hand with a pull request.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add Support for PHP 8.2’ is closed to new replies.