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
88
99 * Add ` readonly ` class modifier to [ Imenu] ([ #802 ] )
1010 * Add ` enum ` support to ` php-current-class ` ([ #802 ] )
11+ * Remove hardcoding of implicit paths in ` php ` that are not guaranteed to exist ([ #803 ] )
1112
1213[ Imenu ] : https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html
1314[ #802 ] : https://github.com/emacs-php/php-mode/pull/802
15+ [ #803 ] : https://github.com/emacs-php/php-mode/pull/803
1416
1517## [ 1.27.0] - 2024-12-20
1618
Original file line number Diff line number Diff line change 4949 :link '(url-link :tag " Official Site" " https://github.com/emacs-php/php-mode" )
5050 :link '(url-link :tag " PHP Mode Wiki" " https://github.com/emacs-php/php-mode/wiki" ))
5151
52- (defcustom php-executable (or (executable-find " php" ) " /usr/bin/ php" )
52+ (defcustom php-executable (or (executable-find " php" ) " php" )
5353 " The location of the PHP executable."
5454 :group 'php
5555 :tag " PHP Executable"
You can’t perform that action at this time.
0 commit comments