PHP 7 Incompatibility issues
-
Hi there, I’m wanting to upgrade my server to PHP 7, but this is one of few plugins that are highly incompatible.
As you see below from my check, there are a LOT of errors. Will this be updated soon?
FILE: /nas/content/live/dougstore/wp-content/plugins/infusionsoft-official-opt-in-forms/subscription/infusionsoft/xmlrpc/demo/client/mail.php
———————————————————————————————————————————————
FOUND 13 ERRORS AFFECTING 11 LINES
———————————————————————————————————————————————
3 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_GET_VARS’
3 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_GET_VARS’
20 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
21 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
23 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
23 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
24 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
30 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
31 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
32 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
33 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
34 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
35 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
———————————————————————————————————————————————FILE: /nas/content/live/dougstore/wp-content/plugins/infusionsoft-official-opt-in-forms/subscription/infusionsoft/xmlrpc/demo/client/client.php
———————————————————————————————————————————————–
FOUND 5 ERRORS AFFECTING 4 LINES
———————————————————————————————————————————————–
11 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
13 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
16 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
16 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
18 | ERROR | The use of long predefined variables has been deprecated in PHP 5.3 and removed in PHP 5.4; Found ‘$HTTP_POST_VARS’
———————————————————————————————————————————————–FILE: /nas/content/live/dougstore/wp-content/plugins/infusionsoft-official-opt-in-forms/includes/classes/integrations/class.infusionsoft-infusionsoft.php
——————————————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————————–
9 | WARNING | Method name “infusionsoft_infusionsoft::__contruct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
——————————————————————————————————————————————————————–
- The topic ‘PHP 7 Incompatibility issues’ is closed to new replies.