emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39697: closed (Update PHP to 7.4.3.)


From: GNU bug Tracking System
Subject: bug#39697: closed (Update PHP to 7.4.3.)
Date: Fri, 21 Feb 2020 01:56:02 +0000

Your message dated Fri, 21 Feb 2020 02:54:53 +0100
with message-id <address@hidden>
and subject line Re: [bug#39697] Update PHP to 7.4.3.
has caused the debbugs.gnu.org bug report #39697,
regarding Update PHP to 7.4.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39697: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39697
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Update PHP to 7.4.3. Date: Thu, 20 Feb 2020 17:59:35 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Hello,

Please find attached a patch to update PHP to 7.4.3.  This skips 7.4.2.
I had to disable 2 more GD patches to get it to build.

Best wishes,

Alex

>From 0c12f3923fa0c5b0cada69fceba89ceb6738beee Mon Sep 17 00:00:00 2001
From: Alex Sassmannshausen <address@hidden>
Date: Thu, 20 Feb 2020 17:55:38 +0100
Subject: [PATCH] gnu: php: Update to 7.4.3.

* gnu/packages/php.scm (php): Update to 7.4.3.
---
 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 a82257c582..7bb88a7270 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -59,7 +59,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.4.1")
+    (version "7.4.3")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -67,7 +67,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0qn7zwf2jzj3h7p4b1l79lf9gv236mycwkhgw15hj2fmpmkbh6sn"))
+                "0alqqs5hn4jmz1adrbysbw92n55nkw6f9vfivqj829kwhxnqa7yg"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
@@ -237,6 +237,9 @@
                          ;; complete.  It's a warning in both cases and test
                          ;; result is the same.
                          "ext/gd/tests/bug77973.phpt"
+                         ;; New test failures added with 7.4.3
+                         "ext/gd/tests/bug79067.phpt"
+                         "ext/gd/tests/bug79068.phpt"
 
                          ;; XXX: These iconv tests have the expected outcome,
                          ;; but with different error messages.
-- 
2.23.0


--- End Message ---
--- Begin Message --- Subject: Re: [bug#39697] Update PHP to 7.4.3. Date: Fri, 21 Feb 2020 02:54:53 +0100
Le Thu, 20 Feb 2020 18:11:21 +0100,
Alex Sassmannshausen <address@hidden> a écrit :

> Julien Lepiller <address@hidden> writes:
> 
> > Le 20 février 2020 11:59:35 GMT-05:00, Alex Sassmannshausen
> > <address@hidden> a écrit :  
> >>Hello,
> >>
> >>Please find attached a patch to update PHP to 7.4.3.  This skips
> >>7.4.2. I had to disable 2 more GD patches to get it to build.
> >>
> >>Best wishes,
> >>
> >>Alex  
> >
> > A description of the failures would hade been great, but sure. I'll
> > try to build it anl if it works, will push tonight, thank you!  
> 
> OK, I'll bear this in mind for next time.  Thanks!
> 
> Alex

Pushed as 2940b3e16ca3ad61b8d9159448a2e42d1fba2c2a, thank you!


--- End Message ---

reply via email to

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