php: default to php71
This commit is contained in:
parent
7b6a88c95e
commit
7e5424ac09
@ -21,6 +21,10 @@ has the following highlights: </para>
|
||||
<literal>ati_unfree</literal> keeps forcing 1.17
|
||||
and <literal>amdgpu-pro</literal> starts forcing 1.18.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>PHP now defaults to PHP 7.1</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>The following new services were added since the last release:</para>
|
||||
|
@ -5792,7 +5792,7 @@ with pkgs;
|
||||
|
||||
pachyderm = callPackage ../applications/networking/cluster/pachyderm { };
|
||||
|
||||
php = php70;
|
||||
php = php71;
|
||||
|
||||
phpPackages = php70Packages;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user