about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2023-06-24 22:05:12 +0200
committerGitHub <noreply@github.com>2023-06-24 22:05:12 +0200
commit0b7e2ad282005a6890962e22dc303b571118f58b (patch)
tree2da033e5e2d555141325f85c3d5b9b05f60f2d72 /nixos
parent7824946e1b5e325c29354802ac032eb7f96884e7 (diff)
parent3bb385904959bdb0910d75904ce620b0e34bde0e (diff)
Merge pull request #239449 from etu/php-update-to-php82
php: Upgrade from PHP 8.1 to 8.2 as default PHP
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 563b3f28a5027..b0a256224970b 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -38,6 +38,8 @@
 
 - `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.
 
 - 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`.