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

相关文章:

  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2022-02-23
  • 2022-02-04
猜你喜欢
  • 2021-07-15
  • 2021-11-05
  • 2022-12-23
  • 2021-10-20
  • 2021-07-04
  • 2022-12-23
  • 2021-07-11
相关资源
相似解决方案