-
Notifications
You must be signed in to change notification settings - Fork 425
在php8.1下 回报During inheritance of ArrayAccess错误 #389
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
Labels
question
The issue is more of a question than a request for new features or a report of broken features.
Comments
PHP 8.1 目前尚未兼容 |
mark |
同上,一堆异常 PHP Deprecated: Return type of Qiniu\Http\Header::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 vendor/qiniu/php-sdk/src/Qiniu/Http/Header.php on line 114
PHP Deprecated: Return type of Qiniu\Http\Header::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 vendor/qiniu/php-sdk/src/Qiniu/Http/Header.php on line 125
PHP Deprecated: Return type of Qiniu\Http\Header::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 vendor/qiniu/php-sdk/src/Qiniu/Http/Header.php on line 141
PHP Deprecated: Return type of Qiniu\Http\Header::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 vendor/qiniu/php-sdk/src/Qiniu/Http/Header.php on line 154
PHP Deprecated: Return type of Qiniu\Http\Header::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/qiniu/php-sdk/src/Qiniu/Http/Header.php on line 163
PHP Deprecated: Return type of Qiniu\Http\Header::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/qiniu/php-sdk/src/Qiniu/Http/Header.php on line 175 php version
|
同上,一堆异常 |
@Mei-Zhao @xwen-winnie 你好,麻烦合并一下啊 #388 |
@tianyiw2013 QA 还在测试,等完成后会合并的 |
预计什么时候可以发 release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
question
The issue is more of a question than a request for new features or a report of broken features.
报错信息:
During inheritance of ArrayAccess: Uncaught think\exception\ErrorException: Return type of Qiniu\Http\Header::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 .../vendor/qiniu/php-sdk/src/Qiniu/Http/Header.php:114
The text was updated successfully, but these errors were encountered: