switch to php5.6 as default version

This commit is contained in:
Robin Gloster
2015-04-18 03:46:48 -07:00
committed by Cray Elliott
parent cb904510a6
commit ec10a5a675
+1 -1
View File
@@ -4609,7 +4609,7 @@ let
perl = if system != "i686-cygwin" then perl520 else sysPerl;
php = php54;
php = php56;
phpPackages = recurseIntoAttrs (import ./php-packages.nix {
inherit php pkgs;