• Great plugin, but fails the PHP Compatibility Checker plugin with:
    FILE: /home/thebe716/public_html/wp-content/plugins/adaptive-images/adaptive-images-debug.php
    ————————————————————————————————————–
    FOUND 1 ERROR AFFECTING 1 LINE
    ————————————————————————————————————–
    189 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ————————————————————————————————————–

    I’m sure you have an update in the pipe somewhere. Can you give any idea of when it will be available?
    Thanks.

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

    (@nevma)

    Hello, there,

    Thank you for pointing this out.

    However, the usage of the deprecated mysql_ extension is simply there in one single line of code, which tries to debug exactly that: whether the user’s setup is using that extension or not.

    So, actually our plugin does not use this extension in any way in its production functions. We have indeed tested it with PHP7 in action and compatibility is 100%. We will probably remove this bit of code in future versions, once PHP7 becomes mainstream. Until then, I assure you, there is absolutely nothing to worry about.

    Cheers,
    Takis

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