Skip to content

Commit 7e5424a

Browse files
committedFeb 13, 2017
php: default to php71
1 parent 7b6a88c commit 7e5424a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

Diff for: ‎nixos/doc/manual/release-notes/rl-1703.xml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ has the following highlights: </para>
2121
<literal>ati_unfree</literal> keeps forcing 1.17
2222
and <literal>amdgpu-pro</literal> starts forcing 1.18.</para>
2323
</listitem>
24+
25+
<listitem>
26+
<para>PHP now defaults to PHP 7.1</para>
27+
</listitem>
2428
</itemizedlist>
2529

2630
<para>The following new services were added since the last release:</para>

Diff for: ‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -5792,7 +5792,7 @@ with pkgs;
57925792

57935793
pachyderm = callPackage ../applications/networking/cluster/pachyderm { };
57945794

5795-
php = php70;
5795+
php = php71;
57965796

57975797
phpPackages = php70Packages;
57985798

0 commit comments

Comments
 (0)
Please sign in to comment.