You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: