mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: php: Update to 7.3.6.
* gnu/packages/php.scm (php): Update to 7.3.6.
This commit is contained in:
parent
1a24f855c8
commit
27489e7f73
1 changed files with 6 additions and 2 deletions
|
@ -58,7 +58,7 @@ (define-module (gnu packages php)
|
||||||
(define-public php
|
(define-public php
|
||||||
(package
|
(package
|
||||||
(name "php")
|
(name "php")
|
||||||
(version "7.3.5")
|
(version "7.3.6")
|
||||||
(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 @@ (define-public php
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wi4vd1c3ylsv7cs5b74pkspybb22qwk6fs5r2as3m3glhw1h0g1"))
|
"0r51aiff2abbr3d2swhvja0wm56sjxzqbciabcvvq3m3v9kqkz7y"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "ext"
|
'(with-directory-excursion "ext"
|
||||||
|
@ -255,6 +255,10 @@ (define-public php
|
||||||
;; but the bug report suggests the issue was in
|
;; but the bug report suggests the issue was in
|
||||||
;; the bundled gd, not upstream.
|
;; the bundled gd, not upstream.
|
||||||
"ext/gd/tests/bug77272.phpt"
|
"ext/gd/tests/bug77272.phpt"
|
||||||
|
;; Expected invalid XBM but got EOF before image was
|
||||||
|
;; complete. It's a warning in both cases and test
|
||||||
|
;; result is the same.
|
||||||
|
"ext/gd/tests/bug77973.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.
|
||||||
|
|
Loading…
Reference in a new issue