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

php7.4问题 #221

Open
sang2070 opened this issue Jul 22, 2020 · 1 comment
Open

php7.4问题 #221

sang2070 opened this issue Jul 22, 2020 · 1 comment

Comments

@sang2070
Copy link

问题1:implode()
riverslei\payment\src\Gateways\Alipay\AppCharge.php,84行
'disable_pay_channels' => implode(self::$config->get('limit_pay', ''), ',')
implode()函数 ,官方文档第一个参数为分隔符,第二个参数为数组
测试在php7.3环境中可以运行,php7.4会报错,能否按照官方进行修改过来。
搜索共有四处implode是同样的方法。

问题2:get_magic_quotes_gpc()
php7.4已启用函数get_magic_quotes_gpc()
函数位置:riverslei\payment\src\Helpers\ArrayUtil.php,119行

@shwatty
Copy link

shwatty commented Dec 26, 2020

我也碰到这两个问题

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

2 participants