diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2017-05-11 14:42:53 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2017-05-16 22:43:34 +0200 |
| commit | 16dcac5b26588529eb2cea3483bdf0d002a7abd9 (patch) | |
| tree | 319ebfbaf1f99a60d99a71a94fdac08fe466fa06 /gnu | |
| parent | 441e99d433583fdf76910c3f9323f78a1d1bbaf3 (diff) | |
gnu: php: Update to 7.1.5.
* gnu/packages/php.scm (php): Update to 7.1.5.
[arguments]: Remove a no longer relevant test fix.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/php.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index ab277ed973b..1b55cd4eb9d 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | (define-public php | 53 | (define-public php |
| 54 | (package | 54 | (package |
| 55 | (name "php") | 55 | (name "php") |
| 56 | (version "7.1.4") | 56 | (version "7.1.5") |
| 57 | (home-page "https://secure.php.net/") | 57 | (home-page "https://secure.php.net/") |
| 58 | (source (origin | 58 | (source (origin |
| 59 | (method url-fetch) | 59 | (method url-fetch) |
| @@ -61,7 +61,7 @@ | |||
| 61 | name "-" version ".tar.xz")) | 61 | name "-" version ".tar.xz")) |
| 62 | (sha256 | 62 | (sha256 |
| 63 | (base32 | 63 | (base32 |
| 64 | "02rh1lcfj2hakyls73gwn6w00yblnfh4883w13gn7sgkmn346lbi")) | 64 | "1b7njiqgy66ga5c8wsm78mqqjr7lj3hlpwbbvksi2mn4jv1s6jfi")) |
| 65 | (modules '((guix build utils))) | 65 | (modules '((guix build utils))) |
| 66 | (snippet | 66 | (snippet |
| 67 | '(with-directory-excursion "ext" | 67 | '(with-directory-excursion "ext" |
| @@ -169,12 +169,6 @@ | |||
| 169 | "ext/standard/tests/general_functions/proc_open.phpt") | 169 | "ext/standard/tests/general_functions/proc_open.phpt") |
| 170 | (("/bin/cat") (which "cat"))) | 170 | (("/bin/cat") (which "cat"))) |
| 171 | 171 | ||
| 172 | ;; These tests fail because they include a file whose modification | ||
| 173 | ;; time is 0. Touch them to make the test pass. The issue is reported | ||
| 174 | ;; upstream as #74137. | ||
| 175 | (utime "sapi/phpdbg/tests/include.inc" 1 1) | ||
| 176 | (utime "sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc" 1 1) | ||
| 177 | |||
| 178 | ;; The encoding of this file is not recognized, so we simply drop it. | 172 | ;; The encoding of this file is not recognized, so we simply drop it. |
| 179 | (delete-file "ext/mbstring/tests/mb_send_mail07.phpt") | 173 | (delete-file "ext/mbstring/tests/mb_send_mail07.phpt") |
| 180 | 174 | ||
