PHP version: Not installed Failed to parse validation script output
I just installed PHPStorm and PHP. However, when setting up my interpreter it gives me this error:
I am sure that the path exists. I even tried switching the version numbers.
Please sign in to leave a comment.
Hi there,
Open terminal (cmd.exe or whatever you have got there) and execute php.exe -i command. It will list PHP info .. so output will be long, so maybe try php -v before that.
It's possible that you have some errors in your PHP setup that breaks the parser.
Also, what exact PHP CLI version are you using? Where did you get the executable from?