• Resolved Thebykov

    (@thebykov)


    Will you be updating to PHP 7.0 anytime soon?

    FILE: plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-mysql.php
    ——————————————————————————————————————————————–
    FOUND 7 ERRORS AFFECTING 7 LINES
    ——————————————————————————————————————————————–
    35 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    45 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    54 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    63 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    73 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    83 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    93 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ——————————————————————————————————————————————–

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m using PHP 7 on all my sites, and has been migrating with All-in-One WP Migration at least 10 times without any issues. Not saying you don’t experience any errors, obviously you do, but I don’t think its a general PHP 7 problem.

    Plugin Author Pim J. Iliev

    (@pimjitsawang)

    Thebykov,

    The plugin is compatible with PHP 7.x
    The mysql library will be selected at runtime depending on what is available on your server.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 7.0 Compatility’ is closed to new replies.