• Hello,
    I, and probably may others slowly preparing for migration to PHP 7.0.
    I have just runned PHP Compatibility Check plugin, and has been highlighted as not compatible with PHP 7.0 with 1 Errors.

    Is there any work through compatibility with 7.0 from your site?

    FILE: /home/…/www/wp-content/plugins/adaptive-images/adaptive-images-debug.php
    ————————————————————————————————————–
    FOUND 1 ERROR AFFECTING 1 LINE
    ————————————————————————————————————–
    190 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ————————————————————————————————————–

Viewing 1 replies (of 1 total)
  • Plugin Author Takis Bouyouris

    (@nevma)

    Hey, thanks for the heads-up!

    Thankfully we are not actually doing anything MySQL-related directly to the database. This part of code simply outputs some debugging messages, so it will be quite easy to fix in the next version.

    Cheers,
    Takis

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