Merge: php83: 8.3.14 -> 8.3.15 (#367151)

This commit is contained in:
Maximilian Bosch
2024-12-21 18:31:34 +01:00
committed by GitHub
2 changed files with 2 additions and 11 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ let
base = callPackage ./generic.nix (
_args
// {
version = "8.3.14";
hash = "sha256-9W+mac5MAUUqKSH0ADTXedjCuX0HSUk61HgYE7kiHPg=";
version = "8.3.15";
hash = "sha256-sWdaT/cwtYEbjmp2h0iMQug14Vapl3aqPm8Ber2jvpg=";
}
);
in
-9
View File
@@ -712,15 +712,6 @@ lib.makeScope pkgs.newScope (
# Unknown: php_network_getaddresses: getaddrinfo for localhost failed: nodename nor servname provided
doCheck = !stdenv.hostPlatform.isDarwin && lib.versionOlder php.version "8.4";
internalDeps = [ php.extensions.session ];
patches =
lib.optionals (lib.versionAtLeast php.version "8.3" && lib.versionOlder php.version "8.4")
[
# https://github.com/php/php-src/pull/16733 (fix soap test)
(fetchpatch {
url = "https://github.com/php/php-src/commit/5c308d61db104854e4ff84ab123e3ea56e1b4046.patch";
hash = "sha256-xQ4Sg4kL0cgHYauRW2AzGgFXfcqtxeRVhI9zNh7CsoM=";
})
];
}
{
name = "sockets";