guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d559113abb0bbca490e6a1c7ea48fdc3a766b48b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 30 10:52:44 2025 +0900
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
---
gnu/packages/php.scm | 24 +++++++-----------------
1 file 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"