Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Closed
Description
It has always been handy for me to configure theserver:run command as a run configuration in PhpStorm. This way, I can launch the webserver with a single click and relaunch or stop it from within the IDE.
After upgrading to Symfony 3.2, this run configuration has stopped working. When launching it, it stops immediately the following error message:
[Symfony\Component\Debug\Exception\ContextErrorException] Warning: proc_open(/dev/tty): failed to open stream: Device not configuredRunning the command in a normal shell still works, though.
System: macOS 10.12.1, php 7.1.0 RC6.
