Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ibrother08 opened this issue Jan 3, 2020 · 4 comments
Open

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

ibrother08 opened this issue Jan 3, 2020 · 4 comments

Comments

@ibrother08
Copy link

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
Copy link

longjq commented Mar 20, 2020

感谢解决了,我的问题

@bibiuc
Copy link

bibiuc commented Aug 26, 2020

啥时候官方才更新?

@shanezhiu
Copy link

感谢解决了,我的问题

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

@Yuuuu9658
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants