summary refs log tree commit diff
path: root/doc/languages-frameworks/php.section.md
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2022-05-25 19:06:58 +0200
committerElis Hirwing <elis@hirwing.se>2022-06-08 18:11:55 +0200
commite91811bbe107b7dad31075254344a3ec57cfa4de (patch)
tree5921fadd27c0a574a850f235af10fab796b0f830 /doc/languages-frameworks/php.section.md
parent9ec41c8875c00d230f2461f3dce1d16e24070015 (diff)
downloadnixpkgs-e91811bbe107b7dad31075254344a3ec57cfa4de.tar
nixpkgs-e91811bbe107b7dad31075254344a3ec57cfa4de.tar.gz
nixpkgs-e91811bbe107b7dad31075254344a3ec57cfa4de.tar.bz2
nixpkgs-e91811bbe107b7dad31075254344a3ec57cfa4de.tar.lz
nixpkgs-e91811bbe107b7dad31075254344a3ec57cfa4de.tar.xz
nixpkgs-e91811bbe107b7dad31075254344a3ec57cfa4de.tar.zst
nixpkgs-e91811bbe107b7dad31075254344a3ec57cfa4de.zip
php74: Drop PHP 7.4 and add aliases throwing an error
Diffstat (limited to 'doc/languages-frameworks/php.section.md')
-rw-r--r--doc/languages-frameworks/php.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/php.section.md b/doc/languages-frameworks/php.section.md
index 5977363323f..8600e49d457 100644
--- a/doc/languages-frameworks/php.section.md
+++ b/doc/languages-frameworks/php.section.md
@@ -9,7 +9,7 @@ wide variety of extensions and libraries available.
 
 The different versions of PHP that nixpkgs provides are located under
 attributes named based on major and minor version number; e.g.,
-`php74` is PHP 7.4.
+`php81` is PHP 8.1.
 
 Only versions of PHP that are supported by upstream for the entirety
 of a given NixOS release will be included in that release of
@@ -23,7 +23,7 @@ NixOS - not necessarily the latest major release from upstream.
 All available PHP attributes are wrappers around their respective
 binary PHP package and provide commonly used extensions this way. The
 real PHP 7.4 package, i.e. the unwrapped one, is available as
-`php74.unwrapped`; see the next section for more details.
+`php81.unwrapped`; see the next section for more details.
 
 Interactive tools built on PHP are put in `php.packages`; composer is
 for example available at `php.packages.composer`.