• Resolved francops

    (@francops)


    I launched the php compatibility checker plugin and I got the error below for version 7.0 of php.
    What’s that extension “mysql” and, most of all, can I switch without any problems to the most recent php release with the WP Config File Editor plugin?
    Best Regards
    Franco Pasut

    FOUND 3 ERRORS AFFECTING 3 LINES

    699 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    702 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    713 | 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 Code Machine

    (@xpointer)

    WP Config File Editor Plugin 1.6.5 and later versions are tested on PHP version 7.0

    MYSQL extension is the Application Programming Interface drive we use to connect to the database.

    WP Config File Editor Plugin is relying on WordPress libraries to connect to the database

    However WP Config File Editor Plugin is using MYSQL and MYSQLI only to test wp-config.php file’s database parameters.

    The error you got from compability check Plugin is completely FALSE as WP Config File Editor check for the existance of MYSQL extension before using it.

    Hope that make sense

    Thanks
    AHMeD

    • This reply was modified 7 years, 3 months ago by Code Machine.
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Compatibility Checker reports error in WP Config File Editor for PHP 7.0’ is closed to new replies.