Closed
Description
It has always been handy for me to configure the server: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 configured
Running the command in a normal shell still works, though.
System: macOS 10.12.1, php 7.1.0 RC6.