mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: php: Update to 8.3.6.
* gnu/packages/php.scm (php): Update to 8.3.6. Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
ed0ecceab8
commit
d2a1a4efad
1 changed files with 6 additions and 3 deletions
|
@ -62,7 +62,7 @@ (define-module (gnu packages php)
|
|||
(define-public php
|
||||
(package
|
||||
(name "php")
|
||||
(version "8.2.13")
|
||||
(version "8.3.6")
|
||||
(home-page "https://www.php.net/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -70,7 +70,7 @@ (define-public php
|
|||
"php-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0js5bm8r3kngsgmxhyr681vrpl4gib3318k8428pigqp06hvna96"))
|
||||
"1bjygxjaqmvccyk4ic3lrca5j34f0pjb6f1ldmi9gbr345mkij2k"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(with-directory-excursion "ext"
|
||||
|
@ -278,7 +278,10 @@ (define-public php
|
|||
;; PCRE with/without JIT gives different result
|
||||
"ext/pcre/tests/gh11374.phpt"
|
||||
"ext/pcre/tests/gh11956.phpt"
|
||||
|
||||
;; reported bug only seems to affect windows
|
||||
"ext/standard/tests/directory/bug74589_utf8.phpt"
|
||||
;; this test seems to be unreliable/flaky
|
||||
"sapi/cli/tests/php_cli_server_pdeathsig.phpt"
|
||||
;; This test fails on most architectures.
|
||||
"sapi/cli/tests/upload_2G.phpt"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue