大括号来获取的话,那么就会抛出如下错误信息:Array and string offset access syntax with curly braces is deprecated
因此想让您的TP5支持php7.4则需要修改一处代码
thinkphp\library\think\db\Query.php,TP不同版本对应行数可能不同,如tp5.0.9为370行,TP5.0.24为399行
?
文章转自:http://www.thinkphp.cn/topic/67036.html
原文:https://www.cnblogs.com/KillBugMe/p/12707056.html