When checking for PHP 7.2 compatibility I also get the following messages:
FILE: /home/username/domain/wp-content/plugins/broken-link-checker/core/core.php
——————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————–
957 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
——————————————————————————–
FILE: /home/username/domain/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
——————————————————————————–
FILE: /home/username/domain/wp-content/plugins/broken-link-checker/modules/checkers/http.php
——————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————–
147 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
——————————————————————————–