I am getting a couple of warnings with PHP 7
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; mime_mail has a deprecated constructor in include_once() (line 107 of ..../httpdocs/backdrop/modules/backup_migrate/includes/crud.inc).
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; backup_file has a deprecated constructor in require_once() (line 496 of .../httpdocs/backdrop/modules/backup_migrate/backup_migrate.module).
I am getting a couple of warnings with PHP 7 Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; mime_mail has a deprecated constructor in include_once() (line 107 of ..../httpdocs/backdrop/modules/backup_migrate/includes/crud.inc). Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; backup_file has a deprecated constructor in require_once() (line 496 of .../httpdocs/backdrop/modules/backup_migrate/backup_migrate.module).