- Issue created by @damienmckenna
- Status changed to Closed: outdated
3 days ago 1:55pm 20 August 2025 - πΊπΈUnited States damienmckenna NH, USA
Drupal 9 is no longer supported, so this is no longer an issue.
First off - great module, thank you for putting it together, I truly appreciate it!
While reviewing the module I noted that it uses the str_starts_with() function. This was only added in PHP 8.0, it wasn't in PHP 7. Because the module works with Drupal 9 it is possible that someone might try to use this module on Drupal 9 with PHP 7, which would result in an error should they uninstall the module.
I suggest either noting that the module requires PHP 8, or change the code so that it's compatible with PHP 7.
Active
1.0
User interface
Drupal 9 is no longer supported, so this is no longer an issue.