Title: PHP 7 Warnings
Last modified: May 9, 2017

---

# PHP 7 Warnings

 *  Resolved [ddrwp](https://wordpress.org/support/users/ddrwp/)
 * (@ddrwp)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/php-7-warnings-2/)
 * PHP Compatibility Checker gave the following warnings for PHP 7,
 * FILE: /../wp-content/plugins/broken-link-checker/includes/admin/table-printer.
   php
    ————————————————————————————————————————- FOUND 0 ERRORS AND 1 WARNING AFFECTING
   1 LINE ————————————————————————————————————————- 28 | WARNING | Use of deprecated
   PHP4 style class constructor is not supported since PHP 7. ————————————————————————————————————————-
 * FILE: /../wp-content/plugins/broken-link-checker/includes/utility-class.php
    ——————————————————————————————————————-
   FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ——————————————————————————————————————-
   42 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed
   since PHP 5.4. ——————————————————————————————————————-

Viewing 1 replies (of 1 total)

 *  [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/php-7-warnings-2/#post-9282926)
 * FILE: /../wp-content/plugins/broken-link-checker/includes/utility-class.php
 * Line 28: Change
 * `function blcTablePrinter($core){`
 * for
 * `function __construct($core){`
    -  This reply was modified 8 years, 11 months ago by [almendron](https://wordpress.org/support/users/almendron/).

Viewing 1 replies (of 1 total)

The topic ‘PHP 7 Warnings’ is closed to new replies.

 * ![](https://ps.w.org/broken-link-checker/assets/icon-256x256.png?rev=2900468)
 * [Broken Link Checker](https://wordpress.org/plugins/broken-link-checker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/broken-link-checker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/broken-link-checker/)
 * [Active Topics](https://wordpress.org/support/plugin/broken-link-checker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/broken-link-checker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/broken-link-checker/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [almendron](https://wordpress.org/support/users/almendron/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/php-7-warnings-2/#post-9282926)
 * Status: resolved