-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
add quotes around binary path #655
Conversation
17793a9
to
4799be5
Compare
@nunomaduro the suggested solution is right for you ? |
0c746dc
to
b7a5fdc
Compare
b7a5fdc
to
30a5a82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ElRochito thank you for your contribution, but unfortunately, the proposed solution will not work. The Str
helper is only available when the dev dependencies are installed, which isn't always the case in production environments.
92d6c91
to
01bc9d8
Compare
@cmgmyr indeed, I fixed it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This PR allows to escape binary path where php binary like this :
/Users/<username>/Library/Application Support/Herd/bin/php82
We have a space between Application and Support and without quotes, Process stop at
/Users/<username>/Library/Application
and can't find php executable