PHP7 compatibility
-
I would like to upgrate my server to PHP7 but I see that…
FILE: /home/folder/domains/mysite.it/public_html/shop/wp-content/plugins/ecwid-shopping-cart/lib/ecwid_platform.php
———————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————–
266 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
———————————————————————————————————————–FILE: /home/folder/domains/mysite.it/public_html/shop/wp-content/plugins/ecwid-shopping-cart/lib/JSON.php
————————————————————————————————————-
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
————————————————————————————————————-
133 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
783 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
797 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
————————————————————————————————————-Have I to intend that the plugin isn’t still ready for PHP7?
The topic ‘PHP7 compatibility’ is closed to new replies.