Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112025 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 49694 invoked from network); 9 Oct 2020 10:47:01 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 Oct 2020 10:47:01 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 361241804B5 for ; Fri, 9 Oct 2020 03:01: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=-1.1 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) (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 ; Fri, 9 Oct 2020 03:01:05 -0700 (PDT) Received: by mail-io1-f48.google.com with SMTP id d20so9467180iop.10 for ; Fri, 09 Oct 2020 03:01:05 -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=1RABCZxAnkmogaWxiqKC4dTB4V5IxI4uEnl7HADR/yU=; b=s5RFAKE3H6+fPzqvOMZtuRoxSZWb61w4lGjbjvRMQRm0q0yeIWPxAvrtwB8JDjsya2 /pqRB1ICofsGJUr873x1sLErp/Pw1LsCqO4G5ndLW4aAagu+NKw53sxK+0eb4F2c73Gp YSYU/m75dty6rRiE35RntuSbpghUBCfLy91v9ZgUHkEx/aTvj2Jk4JtNBonhPE564iim fsc1gCyUfcnlc9xKSJsU/cwA0PEiumNwMQtzwDB+6PN4c493Mm8H+jHQzfji/xiss6My +WrABial9PN8G+40wqtwASPMZbz97IwqHoJ2cxXb5mWxBxwtWPwIL7aCptfYJdchOwJ9 UltA== X-Gm-Message-State: AOAM532l8SF4BW10Nw3rCrLVsRjipgCAXVlvy3sKm0Yr+3suEUpjFf4d StsR8Lud8xlVSN5ugSA5bLG2nzj0g0DU6Q== X-Google-Smtp-Source: ABdhPJzUb+WOnEKa448UyZz2sau1wfa6UXZ45JujmGRmJyuzzF2vtzWN04PXsRSgoPeK4/ZUfeUSwA== X-Received: by 2002:a5d:8e0a:: with SMTP id e10mr9088307iod.169.1602237664958; Fri, 09 Oct 2020 03:01:04 -0700 (PDT) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com. [209.85.166.53]) by smtp.gmail.com with ESMTPSA id x13sm3356973iox.31.2020.10.09.03.01.04 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 09 Oct 2020 03:01:04 -0700 (PDT) Received: by mail-io1-f53.google.com with SMTP id b1so4711011iot.4 for ; Fri, 09 Oct 2020 03:01:04 -0700 (PDT) X-Received: by 2002:a02:9441:: with SMTP id a59mr10099867jai.122.1602237664636; Fri, 09 Oct 2020 03:01:04 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 9 Oct 2020 12:00:45 +0200 X-Gmail-Original-Message-ID: Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="000000000000d8b30305b13a06e8" Subject: PHP 8.0 branch out From: carusogabriel@php.net (Gabriel Caruso) --000000000000d8b30305b13a06e8 Content-Type: text/plain; charset="UTF-8" Hello internals We've branched out the `PHP-8.0` branch: http://git.php.net/?p=php-src.git;a=shortlog;h=refs/heads/PHP-8.0 With that, `master` is now open for PHP 8.1 development ( http://git.php.net/?p=php-src.git;a=commit;h=14806e08). Please remember to commit all the changes from the `PHP-8.0` branch to `master`. Kind regards, -- Gabriel Caruso --000000000000d8b30305b13a06e8--