thinkphp5框架
问题:Array and string offset access syntax with curly braces is deprecated
解决:
打开 thinkphp\\library\\think\\db\\Query.php文件
修改为:
php7.4不支持大括号,将这里的大括号改为 [ ]
thinkphp5框架
问题:Array and string offset access syntax with curly braces is deprecated
解决:
打开 thinkphp\\library\\think\\db\\Query.php文件
修改为:
php7.4不支持大括号,将这里的大括号改为 [ ]