Title: Errors in PHP 7.0
Last modified: January 16, 2018

---

# Errors in PHP 7.0

 *  Resolved [Malae](https://wordpress.org/support/users/malae/)
 * (@malae)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/errors-in-php-7-0/)
 * Please be advised of the following errors in PHP 7.0:
 *     ```
       FILE: /wp-content/plugins/health-check/includes/class-health-check-debug-data.php
       -------------------------------------------------------------------------------------------------------------
       FOUND 2 ERRORS AFFECTING 2 LINES
       -------------------------------------------------------------------------------------------------------------
        431 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
        440 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       -------------------------------------------------------------------------------------------------------------
   
       FILE: /wp-content/plugins/health-check/pages/health-check.php
       ------------------------------------------------------------------------------------------------------------
       FOUND 2 ERRORS AFFECTING 2 LINES
       ------------------------------------------------------------------------------------------------------------
         24 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
        212 | 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)

 *  Plugin Author [Marius L. J.](https://wordpress.org/support/users/clorith/)
 * (@clorith)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/errors-in-php-7-0/#post-9868886)
 * Hi there,
 * Thank you for the concern, but the plugin is fully compatible with PHP7, the 
   lines you are referring to is backwards compatible code and is only triggered
   if MySQLi isn’t available.
 *  Thread Starter [Malae](https://wordpress.org/support/users/malae/)
 * (@malae)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/errors-in-php-7-0/#post-9869040)
 * Hi Marius,
 * Thanks for the explanation.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Errors in PHP 7.0’ is closed to new replies.

 * ![](https://ps.w.org/health-check/assets/icon.svg?rev=1828244)
 * [Health Check & Troubleshooting](https://wordpress.org/plugins/health-check/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/health-check/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/health-check/)
 * [Active Topics](https://wordpress.org/support/plugin/health-check/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/health-check/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/health-check/reviews/)

## Tags

 * [errors](https://wordpress.org/support/topic-tag/errors/)
 * [PHP 7.0](https://wordpress.org/support/topic-tag/php-7-0/)

 * 2 replies
 * 2 participants
 * Last reply from: [Malae](https://wordpress.org/support/users/malae/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/errors-in-php-7-0/#post-9869040)
 * Status: resolved