As I didn't succeed in making this php in Xampp being executable or seen by PhpStorm (I guest that it is seen as a file and not as an executable), I changed the environment from Xampp to MAMP from bitnami.
This works and the configuration was much more convenient and faster. It worked right away.
Please try "which php" terminal command to locate the PHP executable file location, that should help.
Hi,
"which php" answers "/opt/lampp/bin/php" which is an alias pointing to "php-7.4.14" being in the same folder.
When I directly select the "php-7.4.14", PhpStorm is giving "Failed to parse validation script output" by clicking the 2 round arrows.
Cheers,
Hello,
Did you try setting "/opt/lampp/bin/php" as an executable path?
Also, what output do you get with "php -v" command?
Hi,
Thank you for your reply.
As I didn't succeed in making this php in Xampp being executable or seen by PhpStorm (I guest that it is seen as a file and not as an executable), I changed the environment from Xampp to MAMP from bitnami.
This works and the configuration was much more convenient and faster. It worked right away.