You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for Bug: Failed to find the PHP version for c:/Program Files/php-8.2.18-Win32-vs16-x64 #11
The underlying cmd command to find the php.exe file and echo it's version fails if there is a space in the path, like `c:/Program Files/php-8.2.18-Win32-vs16-x64`.
Fixes#11 by surrounding the path in quotes.
0 commit comments