PHP-MySQLi-Database-Class icon indicating copy to clipboard operation
PHP-MySQLi-Database-Class copied to clipboard

php 8.1 - PHP Deprecated: str_replace(): Passing null to parameter #2

Open mvander opened this issue 4 years ago • 1 comments

PHP Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in MysqliDb.php on line 554

554 $query = str_replace(PHP_EOL, null, $query);

mvander avatar Dec 28 '21 03:12 mvander

please push the update :3

JuneTwooo avatar Apr 26 '22 12:04 JuneTwooo