• Jer Turowetz

    (@jturowetzgmailcom)


    Just testing my stack in prep for php 7 and found some errors. Apologies if these were already targeted for change.

    FILE: /wp-content/plugins/wp-csv/CPK_WPCSV_Posts_Model.php
    ————————————————————————————————-
    FOUND 2 ERRORS AFFECTING 2 LINES
    ————————————————————————————————-
    156 | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    158 | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ————————————————————————————————-

    FILE: /wp-content/plugins/wp-csv/CPK_WPCSV_Log_Model.php
    ————————————————————————————————-
    FOUND 2 ERRORS AFFECTING 2 LINES
    ————————————————————————————————-
    86 | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    87 | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ————————————————————————————————-

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