php-sdk icon indicating copy to clipboard operation
php-sdk copied to clipboard

php8.1+ 报 Deprecated

Open nfhh opened this issue 9 months ago • 1 comments

Deprecated: Qiniu\Config::__construct(): Implicitly marking parameter $z as nullable is deprecated, the explicit nullable type must be used instead in C:\Users\Administrator\Herd\newgtb\vendor\qiniu\php-sdk\src\Qiniu\Config.php on line 44

弃用警告:Qiniu\Config 类的构造函数中,参数 $z 被隐式标记为可空类型(nullable),这是被弃用的做法。你需要明确地使用 ? 来声明其为可空类型。 public function __construct(Region $z = null) {

要改为

public function __construct(?Zone $z = null) {

nfhh avatar Mar 31 '25 01:03 nfhh

感谢反馈

YangSen-qn avatar Mar 31 '25 02:03 YangSen-qn

感谢反馈

什么时候更新下啊?

nfhh avatar Apr 07 '25 02:04 nfhh

感谢反馈

什么时候更新下啊?

johnshwang avatar Apr 19 '25 07:04 johnshwang

感谢反馈

什么时候更新下啊?

PHP Deprecated: Qiniu\Config::__construct(): Implicitly marking parameter $z as nullable is deprecated, the explicit nullable type must be used instead in /www/vendor/qiniu/php-sdk/src/Qiniu/Config.php on line 44

Deprecated: Qiniu\Config::__construct(): Implicitly marking parameter $z as nullable is deprecated, the explicit nullable type must be used instead in /www/vendor/qiniu/php-sdk/src/Qiniu/Config.php on line 44

ywisax avatar Apr 23 '25 18:04 ywisax

我的好兄弟,更新下这个错误提示吧

490626721 avatar May 19 '25 02:05 490626721