php版本:7.4
thinkphp版本:5.0
1.Array and string offset access syntax with curly braces is deprecated
文件路径:thinkphp\library\think\db\Query.php
修改方法:将花括号修改为中括号
2.implode(): Passing glue string after array is deprecated. Swap the parameters
背景:数据库迁移工具–migration
文件路径:vendor\topthink\think-migration\phinx\src\phinx\util\util
方法:$arr与_(下划线)互换位置