ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.28k stars 1.35k forks source link

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

Closed mvander closed 1 year ago

mvander commented 2 years ago

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);

JuneTwooo commented 2 years ago

please push the update :3