Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d2c887061c51
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 14ab6e4d4a1d
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on May 31, 2019

  1. php71: 7.1.29 -> 7.1.30

    Changelog: https://php.net/index.php#id2019-05-30-3
    (cherry picked from commit 1d92bec)
    etu committed May 31, 2019
    Copy the full SHA
    61c1d2d View commit details
  2. php72: 7.2.18 -> 7.2.19

    Changelog: https://php.net/index.php#id2019-05-30-2
    (cherry picked from commit 639e146)
    etu committed May 31, 2019
    Copy the full SHA
    cf9da14 View commit details

Commits on Jun 1, 2019

  1. Merge pull request #62292 from etu/php-upgrades-1809

    [18.09] php: 7.1.29 -> 7.1.30, 7.2.18 -> 7.2.19
    fpletz authored Jun 1, 2019
    Copy the full SHA
    14ab6e4 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/interpreters/php/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/interpreters/php/default.nix
Original file line number Diff line number Diff line change
@@ -227,16 +227,16 @@ let

in {
php71 = generic {
version = "7.1.29";
sha256 = "0dc3p3xq430vawcryw3xb4d1ckkz44rdnvfr833jsrl2zrzd2a45";
version = "7.1.30";
sha256 = "1czcf5qwk727sdzx5n4wvsxvl50jx6d5x8ws1dqx46fa9xvm0j36";

# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;
};

php72 = generic {
version = "7.2.18";
sha256 = "0wjb9j5slqjx1fn00ljwgy4vlxvz9a6s9677h5z20wqi5nqjf6ps";
version = "7.2.19";
sha256 = "16d0j0d4563bcrxlw5yysldscxpgyp917hmc4m4ys1zyfprv3l7b";

# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;