Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110470 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 92513 invoked from network); 10 Jun 2020 20:16:36 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Jun 2020 20:16:36 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B547F180531 for ; Wed, 10 Jun 2020 12:00:36 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: **** X-Spam-Status: No, score=4.0 required=5.0 tests=BAYES_50, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 10 Jun 2020 12:00:36 -0700 (PDT) Received: by mail-lj1-f175.google.com with SMTP id z9so3831446ljh.13 for ; Wed, 10 Jun 2020 12:00:36 -0700 (PDT) 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=TtuLrMZLMakUazDwsAnMKf0HvAe7TjQDsmy0nWNdJiA=; b=oXAB3h0WDAOC3Uy6nyT5aw3VQKqqA4WgiOiyaBdZ24GcGVI30kDBIXiSDUw8rCONHT 0iJvrYiVY5OJvHuxdParwMZWHl2sWjRDRtSUR/WAZ0IcFXExNt55B1lyor60StN8HfUc rixmK0c7b2BrFLQwLsUd5KYUw5qJREnjvLe3p7ryq1Tn4WCC9A9llt9QgiFwjNmS8aRO oFNlPACaJll+XeuEgJRYfuStOiwX3MBRtc1XCi77ros+TwBjNB3V7P+/e/4UhMklBqcf l59Nv9oF7dLezHjmKDJWe+M+CIpVZqjm82bRa2JcpqvhPK096sroZF8h3IZ7GYc8uFUE NfdQ== X-Gm-Message-State: AOAM533JbEisMOomFcs5Z8PH7cxqe89zTzmrzECUzX8ulbTuFkifpbP/ LBfvONcf0kouDkda0G7PQkFtkRxFsA46XLtbcpqg6IIBE3jmkQ== X-Google-Smtp-Source: ABdhPJxrPjEzT9Y+VxMz+/7WfLoOS3NAgdkc1wHu+4zMXJ/vostIj6rGBxFmf2KFnEJDM6b7FHwm2pbl0GmTklk5feM= X-Received: by 2002:a2e:6c17:: with SMTP id h23mr2624228ljc.48.1591815632728; Wed, 10 Jun 2020 12:00:32 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 10 Jun 2020 14:00:21 -0500 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000005646f905a7bf75ec" Subject: 8.0 release dates From: pollita@php.net (Sara Golemon) --0000000000005646f905a7bf75ec Content-Type: text/plain; charset="UTF-8" TL;DR - Good news everyone! You have an extra week before feature freeze, and GA is coming earlier than expected! As alpha1 approaches, I was reviewing the scheduled release dates for 8.0 and noticed that we were offset from the active branch releases by 1 week. In the interest of keeping releases aligned, and in consultation with my co-release manager Gabriel as well as other RMs, I've decided to postpone alpha1 by a week, meaning that alpha2 will coincide with the release of 7.4.8 and 7.3.20. We'll also be removing RC6 (we have a LOT of pre-releases after all) such that 8.0.0 GA will align with the release of 7.4.13 and 7.3.25. The upshot, as stated in the TL;DR above is that folks trying to get last-minute features into the language/runtime have an extra week before feature freeze (previously Jul 28th, now Aug 4th), and users should expect 8.0.0-final a week earlier (previously Dec 3rd, now Nov 26th). Obviously, this schedule is still subject to change if we find problems during the pre-release which warrant additional time. You may find the revised schedule at https://wiki.php.net/todo/php80 -Sara Golemon --0000000000005646f905a7bf75ec--