easy-sms icon indicating copy to clipboard operation
easy-sms copied to clipboard

阿里云在thinkphp8提示http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated

Open indiboy opened this issue 1 year ago • 4 comments

http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated

indiboy avatar May 09 '24 14:05 indiboy

暂时修改了,解决了。 vendor guzzlehttp guzzle src Client.php

indiboy avatar May 09 '24 15:05 indiboy

哪个文件?

overtrue avatar May 10 '24 00:05 overtrue

vendor->guzzlehttp->guzzle->src->Client.php 里面有个 http_build_query,把null改成'',好像是因为参数不能是null。忘记了

indiboy avatar May 21 '24 04:05 indiboy

可是,这是 guzzle 的代码不是这个包的代码哇

overtrue avatar May 21 '24 04:05 overtrue