PHP 7 Compatibility
-
I am trying to check PHP7 compatibility to see if i can safely update PHP 7 on my WP Engine Hosting. I see following message, are they safely ignored? or need to be fixed?.
FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-includes/product.class.php
——————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————
330 | WARNING | Method name “WPSC_Product::__empty” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
——————————————————————————————————————————————————FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-includes/ajax.functions.php
—————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————–
173 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
—————————————————————————————————–FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-admin/includes/product-variation-list-table.class.php
—————————————————————————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————————————————————————————
561 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
—————————————————————————————————————————————————————————FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-admin/includes/updating-functions.php
—————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————————
861 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
—————————————————————————————————————FILE: /nas/content/live/blxtraining/wp-content/plugins/wp-e-commerce/wpsc-shipping/ups_20.php
—————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————————————
33 | WARNING | Method name “ash_ups::__autoload” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
—————————————————————————————————————————————————The page I need help with: [log in to see the link]
- The topic ‘PHP 7 Compatibility’ is closed to new replies.