WordPress SMS plugin – Beta Version 4.0.11 assessment – PHP7 compatibility check
-
Hi,
I ran PHP Compatibility Checker on the 4.0.11 beta version of WP SMS, that I manually installed.Below is the report that it generated;
Name: WP SMS
FILE: /home/markkend/public_html/wp-content/plugins/wp-sms-master/includes/classes/nusoap.class.php
—————————————————————————————————————————————-
FOUND 37 ERRORS AND 2 WARNINGS AFFECTING 31 LINES
—————————————————————————————————————————————-
2492 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
2495 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
3729 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3734 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3736 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3752 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3753 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3790 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3794 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3795 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3802 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3803 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3875 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3938 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
3940 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4532 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4552 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4552 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4553 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4554 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4555 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4555 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4555 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4556 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4556 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4622 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4628 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4628 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4629 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4630 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4631 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4632 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4632 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4632 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4633 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
4633 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
5463 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
5467 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
5468 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_SERVER_VARS’
—————————————————————————————————————————————-FILE: /home/markkend/public_html/wp-content/plugins/wp-sms-master/includes/classes/excel-reader.class.php
————————————————————————————————————————————————————-
FOUND 1 ERROR AND 4 WARNINGS AFFECTING 5 LINES
————————————————————————————————————————————————————-
101 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
195 | WARNING | Method name “OLERead::__readData” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
208 | WARNING | Method name “OLERead::__readPropertySets” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
935 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split instead
1005 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
————————————————————————————————————————————————————-FILE: /home/markkend/public_html/wp-content/plugins/wp-sms-master/includes/class-wp-sms-integrations.php
——————————————————————————————————–
FOUND 3 ERRORS AFFECTING 3 LINES
——————————————————————————————————–
85 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
90 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
91 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
——————————————————————————————————–I hope that is helpful.
Thank you.
- The topic ‘WordPress SMS plugin – Beta Version 4.0.11 assessment – PHP7 compatibility check’ is closed to new replies.