think-migration icon indicating copy to clipboard operation
think-migration copied to clipboard

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

Open ibrother08 opened this issue 5 years ago • 4 comments

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中是不推荐的

ibrother08 avatar Jan 03 '20 02:01 ibrother08

感谢解决了,我的问题

longjq avatar Mar 20 '20 03:03 longjq

啥时候官方才更新?

bibiuc avatar Aug 26 '20 10:08 bibiuc

感谢解决了,我的问题

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

shanezhiu avatar Sep 13 '20 04:09 shanezhiu

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

Yuuuu9658 avatar Jan 19 '24 17:01 Yuuuu9658