Getting deprication errors after updating PHP to 8.4
-
Getting below deprications for your plugins after updating to PHP 8.4. Please advise if they can interfere with basic functioning of your plugin and can we expect these fixed on next update?
Deprecated: SearchRegex\Sql\Builder::get_result(): Implicitly marking parameter $modifier as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/search-regex/includes/sql/class-sql.php on line 63
Deprecated: SearchRegex\Sql\From::__construct(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/search-regex/includes/sql/class-from.php on line 24
Deprecated: SearchRegex\Sql\Query::get_as_sql(): Implicitly marking parameter $modifier as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/search-regex/includes/sql/class-query.php on line 222
Deprecated: SearchRegex\Sql\Where\Where_String::__construct(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/search-regex/includes/sql/where/where-string.php on line 36
Deprecated: SearchRegex\Sql\Select\Select::__construct(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/search-regex/includes/sql/select/class-select.php on line 50
Deprecated: SearchRegex\Sql\Select\Select_Column::__construct(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/search-regex/includes/sql/select/class-column.php on line 12
You must be logged in to reply to this topic.