I\'m using a PHP script which expects user input from a command like fgets(STDIN)
. The problem is it no longer works in the newest version of PHPStorm (10).
I'm not sure if this is the same thing, but I was running into this same problem, and I was able to get it working by deselecting the "Use Console Input" checkbox in the PHPStorm Console.
John's answer is perfect. I want to mention that the Use Console Input is a tiny icon in sidebar of the debug console. I provide you by this image