问题:
最近几次运行php代码时会弹出PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting
解决过程:
根据这一链接 https://blog.csdn.net/wendygao_yin/article/details/116458459 修改了目录(但其实我的目录好像没错,没有修改什么)
然后调式代码,发现还是报错,弹出
Cannot validate since no PHP executable is set. Use the setting ‘php.validate.executablePath’ to configure the PHP executable.无法使用PHP可执行的设置。设置php.validate。executablePath配置PHP可执行文件。
接着查询到一篇文章,才发现可能是php的版本太低了,现在起码得在7.4.0以上的版本了,因为我的php版本是20年下的7.3.5了,所以下载了一个最新的8.0.2版本
运行一下,果然没报错了,解决了困扰我好久的问题!