Setting up a PHP debug tool
Posted: Tue Jun 25, 2019 10:35 am
I currently have a tool set up to check php syntax set up as follows:
Command: cmd.exe
Parameter: W:\xampp\php\php -l $File
Initial folder: $FileDir
I'm now using wampstack instead of xampp and the equivalent parameter, C:\Bitnami\wampstack-7.1.25-0\php -l $File
does not work.
Anyone know how to set it up so it does work?
Command: cmd.exe
Parameter: W:\xampp\php\php -l $File
Initial folder: $FileDir
I'm now using wampstack instead of xampp and the equivalent parameter, C:\Bitnami\wampstack-7.1.25-0\php -l $File
does not work.
Anyone know how to set it up so it does work?