gnu: php: Update to 7.3.3.

* gnu/packages/php.scm (php): Update to 7.3.3.
This commit is contained in:
Julien Lepiller 2019-03-07 19:59:59 +01:00
parent dcf4d01f30
commit 945723be97
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 9 additions and 2 deletions

View File

@ -58,7 +58,7 @@
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.3.1") (version "7.3.3")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -66,7 +66,7 @@
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0qikydmjg8k68l56azq4vg3gkynqwlpzayd5qi9wsl03pr03xsfg")) "1cxrpaz5cvx1qq9klwgvcyvcly865sxpn4bdk82wpl43l5wkxc3b"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"
@ -234,6 +234,13 @@
"ext/gd/tests/xpm2gd.phpt" "ext/gd/tests/xpm2gd.phpt"
"ext/gd/tests/xpm2jpg.phpt" "ext/gd/tests/xpm2jpg.phpt"
"ext/gd/tests/xpm2png.phpt" "ext/gd/tests/xpm2png.phpt"
;; Whitespace difference, probably caused by a very
;; long store path
"ext/gd/tests/bug77479.phpt"
;; Slightly different result (NULL instead of false),
;; but the bug report suggests the issue was in
;; the bundled gd, not upstream.
"ext/gd/tests/bug77272.phpt"
;; XXX: These iconv tests have the expected outcome, ;; XXX: These iconv tests have the expected outcome,
;; but with different error messages. ;; but with different error messages.