Closed codeling closed 9 months ago
Version 1.5.1 uses str_contains in the views "Blocked IP" and "Allow List".
str_contains
This function is only available in PHP >= 8; but BFStop v1.5.x should still support Joomla 3, which has a minimum requirement of PHP 5.3.10, so str_contains needs to be poly-filled
Fixed with this commit, released in version 1.5.2.
Version 1.5.1 uses
str_contains
in the views "Blocked IP" and "Allow List".This function is only available in PHP >= 8; but BFStop v1.5.x should still support Joomla 3, which has a minimum requirement of PHP 5.3.10, so str_contains needs to be poly-filled