File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
8
8
9
9
* Add ` readonly ` class modifier to [ Imenu] ([ #802 ] )
10
10
* Add ` enum ` support to ` php-current-class ` ([ #802 ] )
11
+ * Remove hardcoding of implicit paths in ` php ` that are not guaranteed to exist ([ #803 ] )
11
12
12
13
[ Imenu ] : https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html
13
14
[ #802 ] : https://github.com/emacs-php/php-mode/pull/802
15
+ [ #803 ] : https://github.com/emacs-php/php-mode/pull/803
14
16
15
17
## [ 1.27.0] - 2024-12-20
16
18
Original file line number Diff line number Diff line change 49
49
:link '(url-link :tag " Official Site" " https://github.com/emacs-php/php-mode" )
50
50
:link '(url-link :tag " PHP Mode Wiki" " https://github.com/emacs-php/php-mode/wiki" ))
51
51
52
- (defcustom php-executable (or (executable-find " php" ) " /usr/bin/ php" )
52
+ (defcustom php-executable (or (executable-find " php" ) " php" )
53
53
" The location of the PHP executable."
54
54
:group 'php
55
55
:tag " PHP Executable"
You can’t perform that action at this time.
0 commit comments