AI智能
改变未来

thinkphp5 Array and string offset access syntax with curly braces is deprecated

thinkphp5框架

问题:Array and string offset access syntax with curly braces is deprecated

解决:
打开 thinkphp\\library\\think\\db\\Query.php文件

修改为:

php7.4不支持大括号,将这里的大括号改为 [ ]

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » thinkphp5 Array and string offset access syntax with curly braces is deprecated