guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: php: Update to 7.1.12.


From: julien lepiller
Subject: 01/01: gnu: php: Update to 7.1.12.
Date: Fri, 24 Nov 2017 15:02:39 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 202e235ebe8b121115a4561bbdc80b98650435cf
Author: Julien Lepiller <address@hidden>
Date:   Fri Nov 24 15:03:37 2017 +0100

    gnu: php: Update to 7.1.12.
    
    * gnu/packages/php.scm (php): Update to 7.1.12.
---
 gnu/packages/php.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 03e9d4b..7c45269 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -52,7 +52,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.1.11")
+    (version "7.1.12")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -60,7 +60,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0gl9hk4888fjirrd4s73mdabhiqam0c45406a7fgw6njszlr6h07"))
+                "1czflr5wb2f7pmgdc1vxy1kcln5rlkkly2z3skrb2wa5fx88h4d0"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
@@ -213,6 +213,9 @@
                          "ext/gd/tests/bug73213.phpt"
                          ;; Test expects generic "gd warning" but gets the 
actual function name.
                          "ext/gd/tests/createfromwbmp2_extern.phpt"
+                         ;; This bug should have been fixed in gd 2.2.2.
+                         ;; Is it a regression?
+                         "ext/gd/tests/bug65148.phpt"
                          ;; TODO: Enable these when libgd is built with xpm 
support.
                          "ext/gd/tests/xpm2gd.phpt"
                          "ext/gd/tests/xpm2jpg.phpt"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]