In a Symfony 3.4 project which I develop using PhpStorm I use the PhpStorm Terminal Window for running the Symfony server like
php bin/console server:run
This works fine. However the terminal uses the PHP version that is set in the windows environment path variable.
I don't get it to use the PHP version configured in the project setting (Settings -> Languages & Frameworks -> PHP
) in the field CLI Interpreter
.
Why is the terminal ignoring this setting totally?