PHPStorm 7 don't find PHP Interpreter on Windows PHPStorm 7 don't find PHP Interpreter on Windows windows windows

PHPStorm 7 don't find PHP Interpreter on Windows


This worked for me, however I'm in PhpStorm 8 and the layout is entirely different. I'll still pop this here in case someone else needs these instructions.

  • Install your prefered PHP from here: http://windows.php.net/ (It doesn't need to be in your PATH, just pop it anywhere)
  • In PhpStorm, go to File -> Settings
  • In settings go to Languages & Frameworks -> PHP
  • Click the ellipsis next to Interpretter (this opens a new window)
  • Click the plus button in the top left and choose "Other Local"
  • Set the PHP exectuable to wherever you put your download above. It just needs to see php.exe

That's it. I've been using that to run Composer from PhpStorm... though I'm not convinced by the results.

As an alternative I would highly recommend using Vagrant for your PHP needs. You don't need PHP in Windows at all, and I've been developing this way for about 2 years. PhpStorm's remote support (including Vagrant, SSH and Remote Interpreter) is now excellent. I think the only thing I've been irritated by is PHPUnit Code Coverage is still broken.