• Resolved orgassist

    (@orgassist)


    I got the following results from the PHP Compatibility Checker, so I’m cautious about updating my PHP, but also concerned about upcoming end of life for PHP 5.6.

    Thanks!

    FILE: /nas/content/live/oamain/wp-content/plugins/search-exclude/views/bulk_edit.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

    FILE: /nas/content/live/oamain/wp-content/plugins/search-exclude/views/quick_edit.php
    ———————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————————-
    1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
    ———————————————————————————————————————————————————————————-

Viewing 1 replies (of 1 total)
  • Plugin Contributor pronskiy

    (@pronskiy)

    Hi @orgassist,

    The plugin is fully tested and compatible with PHP 7.2.

    There report you’ve provided says that short-open-tag. This option is always available since 5.4 and by default is turned On. Please check your php.ini.

    Cheers!
    Roman

Viewing 1 replies (of 1 total)
  • The topic ‘Compatibility with PHP 7.2?’ is closed to new replies.