me
/
guix
Archived
1
0
Fork 0

gnu: php: Update to 7.4.18.

* gnu/packages/php.scm (php): Update to 7.4.18.
[arguments]: Delete yet another failing test (proc_nice_basic).
master
Tobias Geerinckx-Rice 2021-04-30 23:32:51 +02:00
parent 51eb82aad9
commit 9b74cfd161
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 3 deletions

View File

@ -60,7 +60,7 @@
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.4.16") (version "7.4.18")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -68,7 +68,7 @@
"php-" version ".tar.xz")) "php-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"12xr7w2mk8ab3igvbpi94ks2xfw2nqga9a6nxs94rvcdz3xcw5hw")) "1qdpqk1zzrh0kqni5kfb44kin1d0mrxa6l4v02ydq8cd28mz55xb"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"
@ -325,7 +325,9 @@
;; Expects an Array with 3 preg_matches; gets 0. ;; Expects an Array with 3 preg_matches; gets 0.
"ext/pcre/tests/bug79846.phpt" "ext/pcre/tests/bug79846.phpt"
;; Expects an empty Array; gets one with " " in it. ;; Expects an empty Array; gets one with " " in it.
"ext/pcre/tests/bug80118.phpt")) "ext/pcre/tests/bug80118.phpt"
;; Renicing a process fails in the build environment.
"ext/standard/tests/general_functions/proc_nice_basic.phpt"))
;; Accomodate two extra openssl errors flanking the expected one: ;; Accomodate two extra openssl errors flanking the expected one:
;; random number generator:RAND_{load,write}_file:Cannot open file ;; random number generator:RAND_{load,write}_file:Cannot open file