• Resolved breezynetworks

    (@breezynetworks)


    Hello,

    The plugin is not PHP 7+ complaint, any plans to sort this out?

    Here is the output of the scan:
    
    FILE: /www/wp-content/plugins/smart-forms/php_classes/smarty/sysplugins/smarty_internal_templateparser.php
    ----------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ----------------------------------------------------------------------------------------------------------
     125 | WARNING | INI directive 'asp_tags' is removed since PHP 7.0
    ----------------------------------------------------------------------------------------------------------
    
    FILE: /www/wp-content/plugins/smart-forms/php_classes/smarty/sysplugins/smarty_internal_templatecompilerbase.php
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     415 | 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.
     487 | 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.
     528 | 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.

    Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    The thing that is reporting is actually a framework that the plugin use so it is kind of difficult to modify it but i will see what i can do.

    The plugin works completely fine with php 7 though, i have been using it (and many other users) for years without any problem.

    Regards!

    Thread Starter breezynetworks

    (@breezynetworks)

    Hello,

    Thanks for the reply, great to see that you respond to support queries 🙂

    I can agree with that, I am using your plugin on a number of sites (couple of them are pro) and it seems fine.

    However, fully compliant PHP 7 plugins (especially those that work on the frontend, thus are part of the UX) benefit from all the tech that PHP 7 provides. So if it is possible, please look at what can be done (as you offered), as it would be lovely to be fully compliant 🙂

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 7+ compliance (details included)’ is closed to new replies.