php84: 8.4.13 -> 8.4.14
ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.14
This commit is contained in:
@@ -4,8 +4,8 @@ let
|
|||||||
base = callPackage ./generic.nix (
|
base = callPackage ./generic.nix (
|
||||||
_args
|
_args
|
||||||
// {
|
// {
|
||||||
version = "8.4.13";
|
version = "8.4.14";
|
||||||
hash = "sha256-hRgd3Kez4D8UhSGwQ71iQRlQ1GjGZ9tkAEefGxCBIZQ=";
|
hash = "sha256-8hOc5Mt6bFZD7pjKo05cMrqEHCuik+NKPQNX+qhLs+c=";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -447,16 +447,7 @@ lib.makeScope pkgs.newScope (
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-dom"
|
"--enable-dom"
|
||||||
];
|
];
|
||||||
patches =
|
patches = lib.optionals (lib.versionOlder php.version "8.3") [
|
||||||
lib.optionals (lib.versionAtLeast php.version "8.4") [
|
|
||||||
# Fix build of ext-dom.
|
|
||||||
# https://github.com/php/php-src/pull/20023 (will be part of 8.4.14)
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/php/php-src/commit/4fe040290da2822c70d3b60d30a2c1256264735d.patch";
|
|
||||||
hash = "sha256-hCs59X5gCApXMjU9dKEtgdTJBHYq3BcKr9tlQjRCTIA=";
|
|
||||||
})
|
|
||||||
]
|
|
||||||
++ lib.optionals (lib.versionOlder php.version "8.3") [
|
|
||||||
# Fix gh10234 test with libxml 2.15.0
|
# Fix gh10234 test with libxml 2.15.0
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://github.com/php/php-src/commit/d6e70e705323a50b616ffee9402245ab97de3e4e.patch";
|
url = "https://github.com/php/php-src/commit/d6e70e705323a50b616ffee9402245ab97de3e4e.patch";
|
||||||
|
|||||||
Reference in New Issue
Block a user