Page 1 of 1

PHP executable path for atom-linter-php

PostPosted: 02. September 2016 15:18
by kiNdread
Hello! New to Xampp and new to Linux. Anyone using Atom text editor and linter-php with xampp? You need to give linter the php executable path. It seems to be /opt/lampp/bin/php but that doesn't work. Anyone have any experience with this? Thanks.

Re: PHP executable path for atom-linter-php

PostPosted: 03. September 2016 13:14
by Nobbie
/opt/lampp/bin/php is *not* the executable itself, its only a symbolic link to the executable. Maybe linter-php cannot handle symbolic links, try to provide the real path (i.e. /opt/lampp/bin/php-5.5.19 or similar, run "file /opt/lampp/bin/php" in a terminal to find out the name).