Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.1 Multiple Depreciated Items #225

Open
Alex-Thunderhunter opened this issue Dec 9, 2024 · 0 comments
Open

PHP 8.1 Multiple Depreciated Items #225

Alex-Thunderhunter opened this issue Dec 9, 2024 · 0 comments

Comments

@Alex-Thunderhunter
Copy link

Alex-Thunderhunter commented Dec 9, 2024

PHP 8.1 - CPanel - Apache

Changing PHP versions is not an option in the current application we're using the TeamSpeak3 library.

thrown in TeamSpeak3/Helper/Uri.php on line 218 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 914 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 922 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 930 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 940 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 898 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 906 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 890 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 882 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 874 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 866 [09-Dec-2024 17:41:04 america/chicago] PHP Deprecated: Return type of TeamSpeak3_Helper_String::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in TeamSpeak3/Helper/String.php on line 858 [09-Dec-2024 17:41:04 america/chicago] PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in TeamSpeak3/Node/Host.php on line 520

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant