-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[11.x] Fix PHP and Artisan binary #52744
[11.x] Fix PHP and Artisan binary #52744
Conversation
Thanks for submitting a PR! Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface. Pull requests that are abandoned in draft may be closed due to inactivity. |
@hafezdivandari Are you going ahead with this? This fixes issues caused by the binary path via Herd: |
@devajmeireles yeah I'm gonna fix this if I can control my OCD! |
This reverts commit 4d53aa9.
It uses |
This is outdated. Previously you had entered |
There are some internal differences between passing a string and an array to Symfony Process where using an array can be 2x to 4x faster. |
@devajmeireles you're right, that was a typo. @crynobone good to know, I changed it to pass as an array. PS: we could use |
This PR fixes usages of PHP and Artisan binary on different places of the framework.