X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/87a40d7203a813921b3ef0805c2b46c0026d6c31..ffe714b5f441ca22d69ecef34bdbb8e61bf758c4:/gnu/packages/php.scm diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 10dc598012..18fc9f1b2c 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -60,7 +60,7 @@ (define-public php (package (name "php") - (version "7.4.5") + (version "7.4.10") (home-page "https://secure.php.net/") (source (origin (method url-fetch) @@ -68,7 +68,7 @@ "php-" version ".tar.xz")) (sha256 (base32 - "0b1wybhqjlnc94qzixhycg9i0w39fqlhm80mvbmd5i5xamzzsnfh")) + "045h9zb0mw369n35gd4mp5yhwh62akp0s43vg255i122n400pnf2")) (modules '((guix build utils))) (snippet '(with-directory-excursion "ext" @@ -214,11 +214,10 @@ ;; This failing test is skipped on PHP's Travis CI as it is ;; supposedly inaccurate. "ext/standard/tests/file/disk_free_space_basic.phpt" - ;; The two following tests erroneously expect the link count - ;; of a sub-directory to increase compared to its - ;; parent. + ;; The following test erroneously expect the link + ;; count of a sub-directory to increase compared to + ;; its parent. "ext/standard/tests/file/lstat_stat_variation8.phpt" - "ext/standard/tests/file/lstat_stat_variation9.phpt" ;; XXX: These gd tests fails. Likely because our version ;; is different from the (patched) bundled one. @@ -233,6 +232,21 @@ ;; This bug should have been fixed in gd 2.2.2. ;; Is it a regression? "ext/gd/tests/bug65148.phpt" + ;; This bug should have been fixed in the gd 2.2 + ;; series. Perhaps a regression introduced by gd + ;; 2.3.0? + "ext/gd/tests/bug66590.phpt" + ;; This bug should have been fixed in the php-5.5 + ;; series. Perhaps a regression introduced by gd + ;; 2.3.0? + "ext/gd/tests/bug70102.phpt" + ;; This bug should have been fixed in the php-5.6 + ;; series. Perhaps a regression introduced by gd + ;; 2.3.0? + "ext/gd/tests/bug73869.phpt" + ;; Some WebP related tests fail. + "ext/gd/tests/webp_basic.phpt" + "ext/gd/tests/imagecreatefromstring_webp.phpt" ;; Expected error message, but from the wrong function "ext/gd/tests/bug77269.phpt" ;; TODO: Enable these when libgd is built with xpm support.