• Resolved Sinogra

    (@silsin)


    Has anybody tested running this plugin on PHP 7.0 or higher? I‘m thinking about switching my site to 7.0 and the check gave me 65 warnings on this plugin, for example:
    WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= m %>”><%= m %></option>

Viewing 1 replies (of 1 total)
  • Plugin Author Wombat Plugins

    (@maartenbelmans)

    hi @silsin,

    We’re outputting some dynamic javascript in a PHP file. That JavaScript uses templating with the <% %> tags. Your PHP checker thinks this JavaScript is PHP and is checking it. It’s throwing warnings, but it’s not for PHP code so these can be ignored :-).

    Updating to PHP 7.0 or 7.1 is perfectly fine! Updating to 7.2 is not adviced yet as there’s one deprecated function that we still have to replace.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.0’ is closed to new replies.