···22222323All available PHP attributes are wrappers around their respective
2424binary PHP package and provide commonly used extensions this way. The
2525-real PHP 7.4 package, i.e. the unwrapped one, is available as
2525+real PHP 8.1 package, i.e. the unwrapped one, is available as
2626`php81.unwrapped`; see the next section for more details.
27272828Interactive tools built on PHP are put in `php.packages`; composer is
+2
nixos/doc/manual/release-notes/rl-2311.section.md
···34343535- The [services.caddy.acmeCA](#opt-services.caddy.acmeCA) option now defaults to `null` instead of `"https://acme-v02.api.letsencrypt.org/directory"`, to use all of Caddy's default ACME CAs and enable Caddy's automatic issuer fallback feature by default, as recommended by upstream.
36363737+- `php80` is no longer supported due to upstream not supporting this version anymore.
3838+3739- `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.
38403941- 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`.
···12631263 phwmon = throw "phwmon has been removed: abandoned by upstream"; # Added 2022-04-24
1264126412651265 # Obsolete PHP version aliases
12661266+ php80 = throw "php80 has been dropped due to the lack of maintenance from upstream for future releases"; # Added 2023-06-21
12671267+ php80Packages = php80; # Added 2023-06-21
12681268+ php80Extensions = php80; # Added 2023-06-21
12691269+12661270 php74 = throw "php74 has been dropped due to the lack of maintenance from upstream for future releases"; # Added 2022-05-24
12671271 php74Packages = php74; # Added 2022-05-24
12681272 php74Extensions = php74; # Added 2022-05-24