PHP7.3 Compatability
-
Hey
I’m looking at upgrading to PHP7.3. I ran the PHP Compatibility plugin and it threw up a warning for WPForo.
I’m already running PHP7.2
FILE: /wp-content/plugins/wpforo/wpf-includes/class-phrases.php
———————————————————————————————————————————————–
FOUND 14 ERRORS AND 1 WARNING AFFECTING 15 LINES
———————————————————————————————————————————————–
9 | WARNING | Function name “__construct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
13 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
15 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
16 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
18 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
19 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
38 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
57 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
220 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
237 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
260 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
271 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
286 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
305 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
321 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
———————————————————————————————————————————————–
The topic ‘PHP7.3 Compatability’ is closed to new replies.