-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set php.exe path #1
Comments
Try
|
thank |
or like this: |
PHP should be in your PATH already, so just |
i'm still getting the same error any solutions ? "php.validate.executablePath": "C://Program Files//php//php.exe", this is how my file looks like |
@shamseerahammedm
|
maybe your PHP file path should not have any SPACE !!! |
I'm getting: This works fine: But this one does not: I already tried "c:/php/php.exe", but same error - maybe I need another php version? |
Am i missing the obvious? where is this configuration file which contains the path of phpfmt.php_bin ? |
File>Preferences>Settings
|
Its because you are using the wrong path format probably, this is what worked for me ( My php.exe file is in the php folder inside program files )
|
I have an error in output
When I run the same command in CMD it works. I've tried with \\ slashes too. I have this also
But if I change bin to I want to use this formatter very match because of transformations, after PhpStorm I need those because i get used to them. And I do not want to reformat my old code, to make a mess in git. |
No description provided.
The text was updated successfully, but these errors were encountered: