windows平台下使用sublimeText编辑.php文件后保存报错can't find PHP binary file at.....
执行以下操作:
Perferences -> Package Settings -> phpfmt -> settings
修改php.exe路径指向本地php.exe文件:
{
"php_bin": "D:/dev/php-8.2.14-Win32-vs16-x64/php.exe"
}
保存即可。
windows平台下使用sublimeText编辑.php文件后保存报错can't find PHP binary file at.....
执行以下操作:
Perferences -> Package Settings -> phpfmt -> settings
修改php.exe路径指向本地php.exe文件:
{
"php_bin": "D:/dev/php-8.2.14-Win32-vs16-x64/php.exe"
}
保存即可。
本文标题:windows平台SublimeText保存.php文件报错ca
本文链接:https://www.haomeiwen.com/subject/jpbundtx.html
网友评论