8000 [appveyor] Fix command line by nicolas-grekas · Pull Request #16061 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[appveyor] Fix command line #16061

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

Merged
merged 1 commit into from
Oct 2, 2015
Merged

Conversation

nicolas-grekas
Copy link
Member
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

Discovery the joy of cmd programming...

@nicolas-grekas nicolas-grekas merged commit bdcbde9 into symfony:2.3 Oct 2, 2015
nicolas-grekas added a commit that referenced this pull request Oct 2, 2015
This PR was merged into the 2.3 branch.

Discussion
----------

[appveyor] Fix command line

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Discovery the joy of cmd programming...

Commits
-------

bdcbde9 [appveyor] Fix command line
@nicolas-grekas nicolas-grekas deleted the appveyorfix branch October 2, 2015 06:54
@@ -51,11 +54,13 @@ if ($phpIniMatrix) {

$phpDir = dirname(`where.exe php`);

$newCmd = '(SET X=0';
$newCmd = 'cmd /v:on /d /c "(SET X=0';
Copy link
Member

Choose a reason for hiding this comment

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

are you sure that windows flags are case insensitive ? they are uppercase in the Process component

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, I tested on my windows vm, this works fine

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

Successfully merging this pull request may close these issues.

3 participants
0