We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462b622 commit a25fa8aCopy full SHA for a25fa8a
lisp/php.el
@@ -49,7 +49,7 @@
49
:link '(url-link :tag "Official Site" "https://github.com/emacs-php/php-mode")
50
:link '(url-link :tag "PHP Mode Wiki" "https://github.com/emacs-php/php-mode/wiki"))
51
52
-(defcustom php-executable (or (executable-find "php") "/usr/bin/php")
+(defcustom php-executable (or (executable-find "php") "php")
53
"The location of the PHP executable."
54
:group 'php
55
:tag "PHP Executable"
0 commit comments