Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111286 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 85408 invoked from network); 2 Aug 2020 22:41:50 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 2 Aug 2020 22:41:50 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B2DB9180531 for ; Sun, 2 Aug 2020 14:39:06 -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-Virus: No X-Envelope-From: Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (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 ; Sun, 2 Aug 2020 14:39:06 -0700 (PDT) Received: by mail-lj1-f174.google.com with SMTP id i10so2841891ljn.2 for ; Sun, 02 Aug 2020 14:39:06 -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=rXGR1fzl4/YfrtEasSS50K9P1oWWI6Y9HDjMJ1iPr/8=; b=qemsg8ZAWhyOjPXywTFVM8gIvLFhIWlu9NsYVEEjiYgwU3gynU8gV5YTMjkC/XMD5T HUaJwubw6loRF0ZeFRp4O7/3ak27kOHa9Eqeqf8cbvDJjyyGugSsT4X6iFgnBS9KXYDw dUSosz9oyu3TRQ92Sctj0/UGwAswxls1zQqM8yCOt/eVymqebmGEpSxqqAAV5rjg71qr naOYF4T7uRh0VnbtMoxI+n7T2CfhHjL/KBnBn+hvNnBBH8ZVJE1HiRQYRw/dr2PM1wwn TUl/C2rQSE4wY0MVhN9AqRlPmbCf8/9NUFIT4al5ti0rn2oAe6Hw5KqAcSZJIdukGWR4 SsXw== X-Gm-Message-State: AOAM5331wVBiddjnCyt6JM4SXY91kuWb2HZbqYC3E1YmTiNdCf7kyl0u 4XIsIsjDaTNQBBOjHV2+9PBnd4UwM4SsM3mfHsiy5i836BM= X-Google-Smtp-Source: ABdhPJw7IpkdXnCEf4myyXWKsRAl6oDwQdexRK5s1WZ33qy5qooCYsBF7C92v9fHDLnYQXEI1rSdvHlYiAxi0ep4N00= X-Received: by 2002:a2e:2a84:: with SMTP id q126mr2308595ljq.289.1596404344516; Sun, 02 Aug 2020 14:39:04 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 2 Aug 2020 16:38:53 -0500 Message-ID: To: PHP internals , tandre@php.net, kriscraig@php.net, danielc@php.net, Derick Rethans , Nikita Popov , Joe Ferguson Content-Type: multipart/alternative; boundary="000000000000df888e05abebd9b8" Subject: 8.0 Feature Freeze From: pollita@php.net (Sara Golemon) --000000000000df888e05abebd9b8 Content-Type: text/plain; charset="UTF-8" FF officially hits on Tuesday, so here's the status of the repo: IF YOUR EMAIL ADDRESS IS INCLUDED IN THE TO: FIELD, THEN YOU HAVE HOMEWORK ATTACHED. RFCs still in voting phase: * StackFrame class: This seems poised to fail, so no action needed. * Phar Metadata unserialization: This is poised to overwhelmingly pass. - Tyson, please get this merged Monday evening to avoid timing issues with the FF branch. It's okay that the vote is technically open till Tuesday. In the extremely unlikely scenario that enough people change their vote at the last minute, we can deal with that. RFC voted on, but implementation not merged: * APXSLoadModule https://wiki.php.net/rfc/apxs-loadmodule - The text of this RFC says the fix is "quite simple", but no implementation is attached, and a cursory search does not appear to reveal any new code merged for this. - Kris, this is your RFC to shepheard. Please mark as implemented, get in merged tomorrow, or defer till 8.1 * DateTime and Daylight Saving Time Transitions https://wiki.php.net/rfc/datetime_and_daylight_saving_time - Again, no implementation attached, and no obvious sign anything has been merged. Same rules, mark it, do it, or defer it. - Daniel/Derick? Is this done? RFC apparently done, but still marked Not-Yet-Implemented (these should be formally marked as Implemented in 8.0 by their RFC owners -- both Niki): * Shorter attribute syntax * Reclassify Engine Warnings RFC explicitly permitted to extend beyond Feature Freeze: * Shorter Attribute Syntax Change - Joe/Derick - Please make sure this RFC moves along and reaches conclusion by beta3, as discussed previously. -Sara --000000000000df888e05abebd9b8--