php: 7.3.15 -> 7.4.3

This commit is contained in:
Elis Hirwing 2020-03-11 20:17:13 +01:00
parent 5bf47ab9bb
commit a04010b64a
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
2 changed files with 10 additions and 5 deletions

View File

@ -23,6 +23,11 @@
Support is planned until the end of April 2021, handing over to 21.03.
</para>
</listitem>
<listitem>
<para>
PHP now defaults to PHP 7.4, updated from 7.3.
</para>
</listitem>
</itemizedlist>
</section>

View File

@ -9293,8 +9293,8 @@ in
pachyderm = callPackage ../applications/networking/cluster/pachyderm { };
php = php73;
phpPackages = php73Packages;
php = php74;
phpPackages = php74Packages;
php72Packages = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php72;
@ -9308,7 +9308,7 @@ in
php = php74;
});
phpPackages-unit = php72Packages-unit;
phpPackages-unit = php74Packages-unit;
php72Packages-unit = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php72-unit;
@ -9329,7 +9329,7 @@ in
php73
php72;
php-embed = php73-embed;
php-embed = php74-embed;
php72-embed = php72.override {
config.php.embed = true;
@ -9346,7 +9346,7 @@ in
config.php.apxs2 = false;
};
php-unit = php73-unit;
php-unit = php74-unit;
php72-unit = php72.override {
config.php.embed = true;