• Resolved catmaniax

    (@catmaniax)


    Hello!

    I’d like to ask if the plugin is fully compatible and works properly with PHP 7.1 and PHP 7.2 because I’m in the process of upgrading.

    I ran the PHP Compatibility Checker plugin and I got the following warning:

    FILE: …/www/wp-content/plugins/a3-lazy-load/admin/admin-interface.php
    ———————————————————————————————————————
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ———————————————————————————————————————
    409 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$option_name}
    448 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$id_attribute}
    ———————————————————————————————————————

    Please let me know.
    Thanks!

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

    (@a3rev)

    @catmaniax

    2 days ago we released maintenance version 1.8.5 – in that released we tested again for full compatibility with PHP version 7.0, 7.1 and 7.2 especially the wp-content/plugins/a3-lazy-load/admin/admin-interface.php file

    We could not find any thing in that file that would be triggering to Warnings. Our test did not reveal any PHP notices, warnings or errors for PHP 7+ compatibility.

    Regards
    Steve

    Thread Starter catmaniax

    (@catmaniax)

    Great, thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 7.1 & 7.2 compatible?’ is closed to new replies.