• Scott

    (@scottblackopsca)


    trying to move sites to PHP7 got the following warning.

    /wp-content/plugins/widget-google-reviews/api/json.php
    ——————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————-
    74 | WARNING | Use of deprecated PHP4 style class constructor
    is not supported since PHP 7.

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel K.

    (@richplugins)

    Hey Scott,

    Thank you for the info.

    Actually, it’s a warning which doesn’t affect the working of the plugin, because for PHP7, this file (json.php) doesn’t used. This is only necessary for the compatibility of the plugin with older versions of PHP (4,5).

    By the way, we also use PHP7 on the demo site http://demo.richplugins.com/ and all plugins work perfectly.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘PHP 7’ is closed to new replies.