Releases: rafajaques/php-assistant
Releases · rafajaques/php-assistant
First pre-release
This is the first version I can call "usable". However, it will only work with PHP on specific paths.
var unix_paths = [
"/usr/bin/php",
"/usr/sbin/php",
"/etc/php",
"/usr/lib/php",
"/usr/share/php"
]
var win_paths = [
"C:\php\php.exe",
"C:\xampp\php\php.exe"
]