Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112776 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 1902 invoked from network); 6 Jan 2021 10:50:11 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 6 Jan 2021 10:50:11 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D601B1804E4 for ; Wed, 6 Jan 2021 02:26:35 -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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) (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, 6 Jan 2021 02:26:35 -0800 (PST) Received: by mail-lf1-f41.google.com with SMTP id y19so5301990lfa.13 for ; Wed, 06 Jan 2021 02:26:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=SegiY8xQiv0TTsVMerL+3wUcv6HHtJeCz7602PuwpIM=; b=aPCPK6cyW/JBE+uvodoPTHfzqd6nEK58LHqA0Qv210rRs9xe9NbG1u/niE6v/HIqnS C69uctiYO8cCA0VXFi2qITcYJ+FPvcQ/VXBWHechHEQEEGeaQ9EefmiQJhVhnmfhuXXL DYb7kjWt+zbFCWMiK8hEkJGNQOPhFTwpZGruLcWJNTYO6GAFo+0nJnmA23ymC0bvgtvB Q73gFSAhRKwE6K3eSTn3fuXBI1puWWg4sXuKiMc2+HlOIl0OQdFt1k3mMCUtCqoZnDHw URZwQwRh4rGzdcGMsyP6LM62GTxvWbKMRUY1gz7p0QyNSsUmzUTOByx0b+ZjXRa71LdH reVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=SegiY8xQiv0TTsVMerL+3wUcv6HHtJeCz7602PuwpIM=; b=lQ1PcnJHWhTP64RsmiDpvZCk/GutaIk+0AbGB2NLXF4MC2/F8+io2DaCbW8Km1tywJ QWVIY79tvYJ6sQ+91WvqYk7vGyVs547sSfChDn7htNEWM7UJzdD2k6qBcvfRmUQzqodb /eFPv7S28gjQ9LipYKQQQVAVilo26uCLahx2SpLeMmkduhtxWZSaCw2iFkql+S3AfAcW LiJZHC5EHhEKv8VZPg1V3OuNa32Me6gxj7y5UV4twBgQNqcUTTLYPJhMCJ0k7oK0eaPX JUclk7IgmrmDca5lluc1x3f3Y02nPpsUsjKsHt6yWrtzuuIblnmWIKdTn0J6yB6/8HlE xjnQ== X-Gm-Message-State: AOAM530jXC2ROEDhYguCeNiYe2RN5AbZrRFmL/VQLGsn3KIHxGENZG52 gwTRfk1xrjqZ0TNKJvNrNUeRvM7QCzxPYFk7HBDlSEeNYqw= X-Google-Smtp-Source: ABdhPJx6riW9t/3vw3RAxOZGj+q9t+bw42Qg1CvcZBW+Yps6s9Pw6Ofo84tiks84ZAQ9601rCdoXnNY3PoSWCtPFJPw= X-Received: by 2002:a19:814c:: with SMTP id c73mr1536841lfd.638.1609928793297; Wed, 06 Jan 2021 02:26:33 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 6 Jan 2021 11:26:17 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000d6983005b838c135" Subject: Re: [VOTE] Restrict $GLOBALS usage From: nikita.ppv@gmail.com (Nikita Popov) --000000000000d6983005b838c135 Content-Type: text/plain; charset="UTF-8" On Wed, Dec 23, 2020 at 10:08 AM Nikita Popov wrote: > Hi internals, > > As there was no further feedback, I've opened voting on > https://wiki.php.net/rfc/restrict_globals_usage. The vote closes on > 2021-01-06. > Happy to announce that the RFC has been accepted unanimously, with 48 votes in favor. Nikita --000000000000d6983005b838c135--