top-think / think

ThinkPHP Framework ——十年匠心的高性能PHP框架
http://www.thinkphp.cn
Other
7.83k stars 1.62k forks source link

ThinkPHP 5.1 DB 不兼容 PHP7.4 #1004

Closed sxzz closed 4 years ago

sxzz commented 4 years ago

报错信息为

  [think\exception\ErrorException]                                       
  Array and string offset access syntax with curly braces is deprecated  

报错文件为./thinkphp/library/think/db/Query.php 第568行

// 按照字段的首字母的值分表
$seq = (ord($value{0}) % $rule['num']) + 1;
sxzz commented 4 years ago

目前 PHP7.4 已经发布正式版

watain666 commented 4 years ago

升級到最新版就可以了 改进一处 PHP7.4 兼容性问题