PHP 7 Compatibility Errors
-
I am using the latest version of the plugin. When trying to run a PHP7 compatibility check/test, I am receiving the following errors from the plugin:
wp-content/plugins/paypal-for-woocommerce/classes/lib/CentinelClient.php
————————————————————————————————————–
FOUND 3 ERRORS AFFECTING 3 LINES
————————————————————————————————————–
122 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
123 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
135 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
————————————————————————————————————–Any ideas?
The topic ‘PHP 7 Compatibility Errors’ is closed to new replies.