We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
报错提示,Call to undefined function Qiniu\Http\Middleware\compose() sdk版本"qiniu/php-sdk": "^7.9"
The text was updated successfully, but these errors were encountered:
php版本8.0
Sorry, something went wrong.
安装方式 composer require qiniu/php-sdk
代码片段
/**
thinkphp6.1 在index.php入口文件手动
require_once __DIR__ . '/vendor/autoload.php'; + require_once __DIR__ . '/vendor/qiniu/php-sdk/src/Qiniu/Http/Middleware/Middleware.php';
暂时解决问题
Successfully merging a pull request may close this issue.
报错提示,Call to undefined function Qiniu\Http\Middleware\compose()
sdk版本"qiniu/php-sdk": "^7.9"
The text was updated successfully, but these errors were encountered: