如何将PHP文件5.6迁移到7.2

时间:2018-10-04 20:45:43

标签: php migration php-5.6 php-7.2

我为帐单购买了PHP软件。它在PHP 5.6上可以正常工作,但在PHP 7.2上则根本不起作用。 错误日志:

  

[2018年4月6日17:30:16 UTC] PHP警告:join():无效的参数   通过   /home/xxxxx/public_html/modules/addons/wmfatura/wmfaturabas.php在   559行

wmfaturabas.php上的559行:

    Line 558: if ($cokmusteri != '') {
    Line 559:   $musteriler = join( ',', $cokmusteri );
    Line 560: }

我该怎么办?它绝对应该在PHP 7.2中工作。我不能使用PHP 5.6

0 个答案:

没有答案