大括号来获取的话,那么就会抛出如下错误信息: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行
tp5支持php7.4需要修改【转】

 
文章转自:http://www.thinkphp.cn/topic/67036.html

相关文章:

  • 2022-03-09
  • 2021-08-01
  • 2021-09-13
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-09-17
猜你喜欢
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-08-06
  • 2022-12-23
相关资源
相似解决方案