php: 8.3 -> 8.4
The default PHP is now the latest version of the interpreter available.
This commit is contained in:
parent
6f316e6e41
commit
d783555924
@ -23,7 +23,7 @@
|
||||
NEWS can been viewed from Emacs by typing `C-h n`, or by clicking `Help->Emacs News` from the menu bar.
|
||||
It can also be browsed [online](https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30).
|
||||
|
||||
- The default PHP version has been updated to 8.3.
|
||||
- The default PHP version has been updated to 8.4.
|
||||
|
||||
- The default Erlang OTP version has been updated to 27.
|
||||
|
||||
|
@ -6869,7 +6869,7 @@ with pkgs;
|
||||
# PHP interpreters, packages and extensions.
|
||||
#
|
||||
# Set default PHP interpreter, extensions and packages
|
||||
php = php83;
|
||||
php = php84;
|
||||
phpExtensions = php.extensions;
|
||||
phpPackages = php.packages;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user