在php官网高下载php安装包,然后将路径写入到系统路径中。
cmd下利用php -v来确认php环境是否正常
## sublime下配置php环境
选中:Tools -> Build System -> New Build System....
添加如下配置:
{ 34;cmd": ["php", "$file"], "file_regex": "php$", "selector": "source.php"}
ctrl + s 保存 命名为 : PHP.sublime-build
运行便是ctrl+b