mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-18 07:29:23 +03:00
php: Upgrade from PHP 8.1 to 8.2 as default PHP
This commit is contained in:
parent
a2a7650c47
commit
3bb3859049
2 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,8 @@
|
||||||
|
|
||||||
- `php80` is no longer supported due to upstream not supporting this version anymore.
|
- `php80` is no longer supported due to upstream not supporting this version anymore.
|
||||||
|
|
||||||
|
- PHP now defaults to PHP 8.2, updated from 8.1.
|
||||||
|
|
||||||
- `util-linux` is now supported on Darwin and is no longer an alias to `unixtools`. Use the `unixtools.util-linux` package for access to the Apple variants of the utilities.
|
- `util-linux` is now supported on Darwin and is no longer an alias to `unixtools`. Use the `unixtools.util-linux` package for access to the Apple variants of the utilities.
|
||||||
|
|
||||||
- The `vlock` program from the `kbd` package has been moved into its own package output and should now be referenced explicitly as `kbd.vlock` or replaced with an alternative such as the standalone `vlock` package or `physlock`.
|
- The `vlock` program from the `kbd` package has been moved into its own package output and should now be referenced explicitly as `kbd.vlock` or replaced with an alternative such as the standalone `vlock` package or `physlock`.
|
||||||
|
|
|
@ -17310,7 +17310,7 @@ with pkgs;
|
||||||
# PHP interpreters, packages and extensions.
|
# PHP interpreters, packages and extensions.
|
||||||
#
|
#
|
||||||
# Set default PHP interpreter, extensions and packages
|
# Set default PHP interpreter, extensions and packages
|
||||||
php = php81;
|
php = php82;
|
||||||
phpExtensions = php.extensions;
|
phpExtensions = php.extensions;
|
||||||
phpPackages = php.packages;
|
phpPackages = php.packages;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue