top-think / think-migration

thinkphp 数据库迁移工具
Other
91 stars 57 forks source link

php7.4版本运行migrate:create命令报错 #37

Open ibrother08 opened 4 years ago

ibrother08 commented 4 years ago

implode(): Passing glue string after array is deprecated. Swap the parameters

phinx/src/Phinx/Util/Util.php文件中$fileName = static::getCurrentTimestamp() . '_' . strtolower(implode($arr, '_')) . '.php';的implode方法的参数顺序在php7.4中是不推荐的

longjq commented 4 years ago

感谢解决了,我的问题

bibiuc commented 4 years ago

啥时候官方才更新?

shanezhiu commented 4 years ago

感谢解决了,我的问题

什么问题啊?直接修改php版本?

Yuuuu9658 commented 8 months ago

改为composer require topthink/think-migration:dev-master即可