Check app version before passing [command] to Process#97
Check app version before passing [command] to Process#97hosein-xz wants to merge 1 commit intobarryvdh:masterfrom hosein-xz:patch-3
Conversation
Symfony Process Does not accept array before Laravel 7 So The app version should be checked
|
@barryvdh accept this pr, please because it has right. |
|
I think this solution works. But I do not know why. I debugged it step by step, the reason is if we put command into an array, Symfony/process::escapeArgument will run. It is used in Symfony/process:start() Let's assume symfony/process is correct. Sorry that I am not a good programmer. Before the command is put into an array, in my case, it is: Anyway, in my case, I won't put the command into an array for symfony/process. |
Symfony Process Does not accept array before Laravel 7 So The app version should be checked