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.

0
2 comments

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.

1

Also, what exact PHP CLI version are you using? Where did you get the executable from?

0

Please sign in to leave a comment.