summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 10:52:44 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 16:52:07 +0900
commitd559113abb0bbca490e6a1c7ea48fdc3a766b48b (patch)
treefcd28f57dab753c96ae5ce7f28c5435d2e12a5ed
parent3e5333673b3284ff27d852143cba7fcd3c19eb76 (diff)
gnu: php: Update to 8.3.26.
* gnu/packages/php.scm (php): Update to 8.3.26. [#:phases] {prepare-tests}: Disable gh16659 test. Change-Id: I2e3f5244e2471e7bab559db620c3658326ddcb93
-rw-r--r--gnu/packages/php.scm24
1 files changed, 7 insertions, 17 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 872f94373a..0da8086dad 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -63,14 +63,14 @@
(define-public php
(package
(name "php")
- (version "8.3.13")
+ (version "8.3.26")
(home-page "https://www.php.net/")
(source
(origin
(method url-fetch)
(uri (string-append home-page "distributions/" "php-" version ".tar.xz"))
(sha256
- (base32 "061hhx0f6m7q0jajxym72c9a4v4nqixk5mizwm7i42d2riwbkbc9"))
+ (base32 "1lnbcc3b9k1j4c85a7sabvwp3iyl9xfg41qdc6a0qh1cl3pjwlig"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
@@ -241,21 +241,11 @@
"ext/standard/tests/strings/setlocale_basic2.phpt"
"ext/standard/tests/strings/setlocale_basic3.phpt"
"ext/standard/tests/strings/setlocale_variation1.phpt"
- ;; 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"
+
+ ;; This test fails for unknown reason (see:
+ ;; <https://github.com/php/php-src/issues/19996>).
+ "ext/gd/tests/gh16559.phpt"
+
;; Some WebP related tests fail.
"ext/gd/tests/webp_basic.phpt"
"ext/gd/tests/imagecreatefromstring_webp.phpt"