Array and string offset access syntax with curly braces is deprecated

PHP7.4不再支持使用大括号访问数组以及字符串的偏移
php7.4不再支持数组{}写法,统一为数组[]

修改位置:\thinkphp\library\think\db\Query.php  的  400 行左右

修改为:$seq = (ord($value[0]) % $rule['num']) + 1;

posted @ 2021-01-26 18:52  孤陌  阅读(4251)  评论(0编辑  收藏  举报