php: 5.6 -> 7.0

I'll probably regret this in testing period, but let's bump php
since 5.6 support expires in December.

Changed files
+2 -2
pkgs
top-level
+2 -2
pkgs/top-level/all-packages.nix
··· 5851 5851 5852 5852 inherit (callPackages ../development/interpreters/perl {}) perl perl520 perl522; 5853 5853 5854 - php = php56; 5854 + php = php70; 5855 5855 5856 - phpPackages = php56Packages; 5856 + phpPackages = php70Packages; 5857 5857 5858 5858 php56Packages = recurseIntoAttrs (callPackage ./php-packages.nix { 5859 5859 php = php56;