Open Navelkar opened 9 years ago
I have same trouble... very disapointing...
me too,i move my php binary file then error appear,in terminal i can use php command
You can edit PhpSyntaxChecker.py
to change EXECUTE_COMMAND
to your php.exe
path
:( no PhpSyntaxChecker.py found
@antaNTby - Check the comments here #11
Simply edit PhpSyntaxChecker.py
file replace EXECUTE_COMMAND = "php -l";
to EXECUTE_COMMAND = "C:/xampp/php/php.exe -l"
(you may have different path for php.exe)
How to edit the PhpSyntaxChecker.py
Now you should be able to edit the file
Credit goes to @CodeBrauer
This should be in readme imo
This error pops up while saving the php file in Sublime editor after the php_systax_checker