Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 56569782B99 for <~alpine/devel@lists.alpinelinux.org>; Sat, 13 Jun 2020 23:06:25 +0000 (UTC) Received: by mail-io1-f49.google.com with SMTP id u13so14028627iol.10 for <~alpine/devel@lists.alpinelinux.org>; Sat, 13 Jun 2020 16:06:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=JSX0vNh7EOYYj/TCBW1Sc2REZkMy2B6haJSGDTAVU6M=; b=osS40L49dtj7sGGML+Y5x65A0MJEi2vXgZOKW3fgdr2SVp4uWRXnCdsPp9AWQ0O2/0 Kgx/iZ2EnAQe2J8fkVohsW7Jhw2PV2PdgTEyze8GA7lp79b/Tnes1SlfitF8/83+dkUB C56DrH1JmKYoUQJd/AX4NTflhRAFKhdGdCxMz2DgedAw9M2foZ0xut/8mtO/w0XR7pUq Wtv+byLFIhJBGxTirMvvY6TaNdOx+PCj2uMdwpq1u4x10qOoOMRxcdXPFJDNDy4TWN1u lkjNIZQ0+ss8Pt8VIz1jgkkNV+CXC1UFr6QuaCrndnm3g7usO2ooIUS7vySteqiYbzzM wctQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=JSX0vNh7EOYYj/TCBW1Sc2REZkMy2B6haJSGDTAVU6M=; b=N1e+T9R5YWVdMh3O6EO6HdsfVTplYN0p23GK34aq5qjP3kGv7jPYphnpfcyb6uwTjF 2tiMvvXlAbk90XzThWn4t+18n+ijqPVXy1UPZ+1Yoa6THSudk5q7w/M8L6KuJFkGC6Ze /Zv2nLNT6nJLf5I3SjUiw2USsFaLJvOqOWbvuXzrx1RZYD17uNjCvsbb3XUgfN3VyhMT lV0XszP/l0Rp3j+f12NeDrLz+xCdu9zAXFuNQkBBfUFqVBWZY4ZAJsYj36OKG5/Hqslk 7iKT/4Qnhd+KrK/qtH3hQ7tIbNGb+BUUMZO+o9JHgMsWaG0f2n28YXYmlwRsoEHq2IjB E2fQ== X-Gm-Message-State: AOAM531qqZ0uNrnXxtlMxpFBTIxiWqYlBJ1tAQOSe3IucR+9Kx55f1PK D2IMaXfhEhs+17Atce1i3sDl6ZfqUrmVE9Ggnx4TOnO+ X-Google-Smtp-Source: ABdhPJyqoF3LFuAFSlzvL1RNc1AD1mbIS5Z2eoGO7xau18RsBpzp5qOJnnZvm7t63jca1ecYV8ZE8slnGQ6H/tqRABs= X-Received: by 2002:a6b:91d4:: with SMTP id t203mr20304603iod.149.1592089583446; Sat, 13 Jun 2020 16:06:23 -0700 (PDT) MIME-Version: 1.0 From: Andy Postnikov Date: Sun, 14 Jun 2020 02:06:12 +0300 Message-ID: Subject: upgrade to php 7.4 To: ~alpine/devel@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hello, I've prepared upgrade to PHP to 7.4.7 and suppose it is ready to be committed. There's 2 MRs !2421 and !9179 (disable tests for php7 to run tests for extensions to rebuild) For final merge I expect 3 commits: upgrade php7, bump community and testing extensions in 2. Packages using php-fpm or mod-php still may have new notices and warnings which needs sorting before 3.13 release (phpldapadmin for example but mostly all adopted it last half of the year). PS: General issue to track #11002 Andy