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

Make work on MSYS and MINGW terminals #1

Open
terremoth opened this issue Dec 8, 2024 · 0 comments
Open

Make work on MSYS and MINGW terminals #1

terremoth opened this issue Dec 8, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@terremoth
Copy link
Owner

I tried many many things with no success.

Seems like when using exec, shell_exec, system php functions, it invokes the CMD on Windows when using a MSYS system. Symfony Process make it possible to run things on Windows background, but not when we are talking about using MSYS. I tried escaping " and \ and /, convert windows path to cygpath, tried to invoke winpty... A lot of things with no success, but if you're reading this and want to try, good luck.

I will let this for someone more skilled to try to solve. It is not a simple thing despite it looks like.

@terremoth terremoth added enhancement New feature or request help wanted Extra attention is needed labels Dec 8, 2024
@terremoth terremoth added this to the v2.0.0 milestone Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant