• Resolved okcirmht

    (@okcirmht)


    In case this is helpful for your development of your good plugin, I am sharing below several deprecation notice I saw today (I am on Php 8.4 and latest WP). I did not see them before today.

    Please advise if they can interfere with basic functioning of your plugin. I use it for old (redirected) url updating on the site and your plugin has done a good job (I do small numbers at a time as a matter off caution).

    SearchRegex\Sql\Select\Select_Column::__construct(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used insteadPlugin: Search Regex
    File: /wp-content/plugins/search-regex/includes/sql/select/class-column.php
    Line: 12Oct 24, 2025 – 12:35:19
    (1 occurrence logged)2PHP DeprecatedSearchRegex\Sql\Select\Select::__construct(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used insteadPlugin: Search Regex
    File: /wp-content/plugins/search-regex/includes/sql/select/class-select.php
    Line: 50Oct 24, 2025 – 12:35:19
    (1 occurrence logged)3PHP DeprecatedSearchRegex\Sql\Where\Where_String::__construct(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used insteadPlugin: Search Regex
    File: /wp-content/plugins/search-regex/includes/sql/where/where-string.php
    Line: 36Oct 24, 2025 – 12:35:19
    (1 occurrence logged)4PHP DeprecatedSearchRegex\Sql\Query::get_as_sql(): Implicitly marking parameter $modifier as nullable is deprecated, the explicit nullable type must be used insteadPlugin: Search Regex
    File: /wp-content/plugins/search-regex/includes/sql/class-query.php
    Line: 222Oct 24, 2025 – 12:35:19
    (1 occurrence logged)5PHP DeprecatedSearchRegex\Sql\From::__construct(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used insteadPlugin: Search Regex
    File: /wp-content/plugins/search-regex/includes/sql/class-from.php
    Line: 24Oct 24, 2025 – 12:35:19
    (1 occurrence logged)6PHP DeprecatedSearchRegex\Sql\Builder::get_result(): Implicitly marking parameter $modifier as nullable is deprecated, the explicit nullable type must be used insteadPlugin: Search Regex
    File: /wp-content/plugins/search-regex/includes/sql/class-sql.php
    Line: 63

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.