switch to php5.6 as default version

This commit is contained in:
Robin Gloster 2015-03-15 01:24:38 +01:00 committed by Cray Elliott
parent cb904510a6
commit ec10a5a675

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;