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
This commit is contained in:
Maxim Cournoyer 2025-09-30 10:52:44 +09:00
parent 6018973ea6
commit afe9a61fd4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -63,14 +63,14 @@
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "8.3.13") (version "8.3.26")
(home-page "https://www.php.net/") (home-page "https://www.php.net/")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append home-page "distributions/" "php-" version ".tar.xz")) (uri (string-append home-page "distributions/" "php-" version ".tar.xz"))
(sha256 (sha256
(base32 "061hhx0f6m7q0jajxym72c9a4v4nqixk5mizwm7i42d2riwbkbc9")) (base32 "1lnbcc3b9k1j4c85a7sabvwp3iyl9xfg41qdc6a0qh1cl3pjwlig"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"
@ -241,21 +241,11 @@
"ext/standard/tests/strings/setlocale_basic2.phpt" "ext/standard/tests/strings/setlocale_basic2.phpt"
"ext/standard/tests/strings/setlocale_basic3.phpt" "ext/standard/tests/strings/setlocale_basic3.phpt"
"ext/standard/tests/strings/setlocale_variation1.phpt" "ext/standard/tests/strings/setlocale_variation1.phpt"
;; This bug should have been fixed in gd 2.2.2.
;; Is it a regression? ;; This test fails for unknown reason (see:
"ext/gd/tests/bug65148.phpt" ;; <https://github.com/php/php-src/issues/19996>).
;; This bug should have been fixed in the gd 2.2 "ext/gd/tests/gh16559.phpt"
;; 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. ;; Some WebP related tests fail.
"ext/gd/tests/webp_basic.phpt" "ext/gd/tests/webp_basic.phpt"
"ext/gd/tests/imagecreatefromstring_webp.phpt" "ext/gd/tests/imagecreatefromstring_webp.phpt"