Php 8.2 and wp 6.5 compatible issue
-
Can you please fix deprecation notifications. I am using the latest trunk version and php 8.2
Thank youDeprecated: Return type of IPTools\Range::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mywebsite/public_html/wp-content/plugins/wp-statistics/includes/vendor/s1lentium/iptools/src/Range.php on line 189 Deprecated: Return type of IPTools\Range::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mywebsite/public_html/wp-content/plugins/wp-statistics/includes/vendor/s1lentium/iptools/src/Range.php on line 202 Deprecated: Return type of IPTools\Range::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mywebsite/public_html/wp-content/plugins/wp-statistics/includes/vendor/s1lentium/iptools/src/Range.php on line 197 Deprecated: Return type of IPTools\Range::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mywebsite/public_html/wp-content/plugins/wp-statistics/includes/vendor/s1lentium/iptools/src/Range.php on line 215 Deprecated: Return type of IPTools\Range::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mywebsite/public_html/wp-content/plugins/wp-statistics/includes/vendor/s1lentium/iptools/src/Range.php on line 207 Deprecated: Return type of IPTools\Range::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mywebsite/public_html/wp-content/plugins/wp-statistics/includes/vendor/s1lentium/iptools/src/Range.php on line 223
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Php 8.2 and wp 6.5 compatible issue’ is closed to new replies.