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

Add quotes around path in case of spaces. #310

Closed
wants to merge 3 commits into from

Conversation

johnwc
Copy link

@johnwc johnwc commented Jul 25, 2020

For Windows, add quotes around path in case of spaces.

PabloKowalczyk and others added 3 commits June 18, 2020 07:58
For Windows, add quotes around path in case of spaces.
Update to include quoted path for windows unit test
@PabloKowalczyk PabloKowalczyk changed the base branch from master to 2.2.x July 27, 2020 13:56
@PabloKowalczyk
Copy link
Collaborator

PabloKowalczyk commented Jul 27, 2020

Hello @johnwc, thanks for PR, could you rebase (and force push) your branch on top of v2.2.x branch? Then i could release it as a v2.2.1 version, even tomorrow.



$phpBin = PHP_BINARY;
if ($this->isWindows()) {
Copy link

@Bilge Bilge Sep 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why should this just be for Windows? Either spaces need quoting when launching a process or they don't. This is not a platform-dependent problem.

@PabloKowalczyk
Copy link
Collaborator

Please migrate to new repo #411
Thanks @johnwc!

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

Successfully merging this pull request may close these issues.

3 participants