Just got a bunch of deprecation warnings in the backend while testing serendipity_event_faq running PHP 7.3:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icSeparator has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 14
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icSelect has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 22
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icTristate has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 64
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icBoolean has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 77
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icRadio has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 92
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icString has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 164
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icText has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 184
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icHtml has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 295
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icContent has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 303
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; icHidden has a deprecated constructor in /var/www/html/plugins/serendipity_event_faq/class_inspectConfig.php on line 316
Just got a bunch of deprecation warnings in the backend while testing serendipity_event_faq running PHP 7.3: