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

Doesn't work without "sudo" on Windows 10 1803 #14

Open
denistrator opened this issue Jul 29, 2018 · 0 comments
Open

Doesn't work without "sudo" on Windows 10 1803 #14

denistrator opened this issue Jul 29, 2018 · 0 comments

Comments

@denistrator
Copy link

Just workaround for the ones who's facing the issues like me.
Need to change php-bridge.php::150 line to
$linuxCmd = ($envValues ? $envValues . ' ' : '') . 'echo 1111 | sudo -S php ' . implode(' ', $arguments);$linuxCmd = ($envValues ? $envValues . ' ' : '') . 'echo YOUR_SU_PASSWORD sudo -S php ' . implode(' ', $arguments);

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

No branches or pull requests

1 participant