php: default to php71

This commit is contained in:
Robin Gloster 2017-02-13 22:43:40 +01:00
parent 7b6a88c95e
commit 7e5424ac09
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -5792,7 +5792,7 @@ with pkgs;
pachyderm = callPackage ../applications/networking/cluster/pachyderm { };
php = php70;
php = php71;
phpPackages = php70Packages;