Struggling with this quite a bit.
Trying to add a PHP build system this is what I have:
{
"cmd" : ["php", "$file"],
"file_regex": "php$",
"selector" : "source.php"
}
Now, building a file called test.php
which contains: <?php echo "Hello, World!"; ?>
yields this error:
[WinError 2] The system cannot find the file specified
[cmd: ['php', 'D:\www\sandbox\php\test.php']]
[dir: D:wwwsandboxphp]
PHP is definitely on my PATH
and running php test.php
via command line works.
Can anyone shed some light here?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…