Title: TablePress &amp; PHP 7.0 compatibility
Last modified: September 1, 2016

---

# TablePress & PHP 7.0 compatibility

 *  Resolved [Ken Gagne](https://wordpress.org/support/users/kgagne/)
 * (@kgagne)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/tablepress-php-70-compatibility/)
 * I ran [PHP Compatibility Checker](https://wordpress.org/plugins/php-compatibility-checker/)
   to determine if TablePress is compatible with PHP 7.0. I received the following
   2 warnings and 2 errors.
 * Will a future version of TablePress be compatible with PHP 7.0?
 * ——————————————————————————————————————————————-
 * FILE: /wp-content/plugins/tablepress/views/view-about.php
    ——————————————————————————————————————————————-
   FOUND 2 ERRORS AFFECTING 2 LINES ——————————————————————————————————————————————-
   185 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and deprecated since
   PHP 5.6 and removed since PHP 7.0 – use mysqli instead. 186 | ERROR | Extension‘
   mysql_’ is deprecated since PHP 5.5 and deprecated since PHP 5.6 and removed 
   since PHP 7.0 – use mysqli instead. ——————————————————————————————————————————————-
 * FILE: /wp-content/plugins/tablepress/libraries/simplexlsx.class.php
    ——————————————————————————————-
   FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ——————————————————————————————-
   602 | WARNING | The use of function dl is discouraged from PHP version 5.3 604
   | WARNING | The use of function dl is discouraged from PHP version 5.3 ——————————————————————————————-
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/tablepress-php-70-compatibility/#post-7627055)
 * Hi Ken,
 * thanks for your question, and sorry for the trouble.
 * No worries, you can neglect these errors are warnings. TablePress does only call
   those `mysql_` functions if they are available (on older versions of PHP).
    The
   same holds for that `dl()` function. It’s only called when available and needed.
 * I’ve been using TablePress with PHP 7.0 for quite some time and haven’t seen 
   issues.
 * Regards,
    Tobias
 *  Thread Starter [Ken Gagne](https://wordpress.org/support/users/kgagne/)
 * (@kgagne)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/tablepress-php-70-compatibility/#post-7627059)
 * Awesome! Thank you for the quick and positive response, Tobias.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/tablepress-php-70-compatibility/#post-7627069)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 *  [Shane](https://wordpress.org/support/users/shanemarsh28/)
 * (@shanemarsh28)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/tablepress-php-70-compatibility/#post-7627243)
 * Hi Tobias,
 * Thank you so much for getting back so quickly! I am very pleased that you can
   confirm your plugin is compatible with PHP 7 and I’m also pleased this has helped
   others.
 * Kind regards,
    Shane
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/tablepress-php-70-compatibility/#post-7627244)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘TablePress & PHP 7.0 compatibility’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 5 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/tablepress-php-70-compatibility/#post-7627244)
 * Status: resolved