Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112258 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 58576 invoked from network); 19 Nov 2020 15:25:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Nov 2020 15:25:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E975B1804B3 for ; Thu, 19 Nov 2020 06:50:20 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=5.0 tests=BAYES_05, 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-Virus: No X-Envelope-From: Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (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 ; Thu, 19 Nov 2020 06:50:20 -0800 (PST) Received: by mail-lf1-f47.google.com with SMTP id w142so8600926lff.8 for ; Thu, 19 Nov 2020 06:50:20 -0800 (PST) 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=YPZiOzGKZ4wnFCviXvw3HcSUN1AkM1pHNkKUNLtqzMY=; b=LjNiMC98Our+GackampN9NHeq031ZuotblngtoCYsHwjGGp7m6fLmPDjITWfRwq/wa H1xjdcy1bo+1mGsYvC0nCH9xbxNWTGnj7dt50iGLdVDhTc3g+x56+XFTfiLXsVgVrO8Z B84vPtNZV3vL7OWgWBiN1xit5DtId/P5ECNOrOlf8lHcH6PWILVK0zl0f454VZkm5m/S XuHHlBycKlrVi8ZCoRMClC2eG9C8OjRsWZ+qfJO52yrOdE2a3dVTj5PoWq3c9ctl01uu RHPsPX7ofKNvzXfTlk+faCm4Kl1Y8yihM0BcQcM5wET2BTJBVc8YVgiuTD3vMs7JtFo4 TQXQ== X-Gm-Message-State: AOAM532BOdCgZ4HMpaAiSZCMMJvf6cwvpdmCPbm6TjL9lQ57NI8KQwmw g3GnrmVm5eOPxiYlduD95/huCVz9rvYL6JT2cHrO5JYPJm17RA== X-Google-Smtp-Source: ABdhPJyXlCGcz4VPKg+8HnQdFqGNvNm7uAKqgpeKNOjZlSfjOfupEhjAAD1ZgJlqyh4XLx7Ot+If4vR8oi+3oEBfs94= X-Received: by 2002:a19:2255:: with SMTP id i82mr5760445lfi.591.1605797415676; Thu, 19 Nov 2020 06:50:15 -0800 (PST) MIME-Version: 1.0 Date: Thu, 19 Nov 2020 08:50:04 -0600 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000008b085e05b476d815" Subject: Preparing for PHP 8.0.0 GA From: pollita@php.net (Sara Golemon) --0000000000008b085e05b476d815 Content-Type: text/plain; charset="UTF-8" I've just cut the release branch for PHP-8.0.0 final which will be released in one week on 26 Nov. Minor bug fixes can continue to be merged via the PHP-8.0 branch for inclusion in 8.0.1, but 8.0.0 will be precisely what 8.0.0RC5 contained unless serious issues are encountered. If you feel you have a fix which should be included in the 8.0.0 final release, please let Gabriel and I know which commit you would like cherry-picked onto that release spur. Please also help me out by reviewing the NEWS, UPGRADING, and UPGRADING.INTERNALS files: https://github.com/php/php-src/blob/PHP-8.0.0/ Lastly, there are likely still gaps in the documentation of new features, so please take a moment away from code to make the manual better. -Sara --0000000000008b085e05b476d815--