Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60785 invoked from network); 3 Feb 2018 17:00:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2018 17:00:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.195 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.128.195 mail-wr0-f195.google.com Received: from [209.85.128.195] ([209.85.128.195:34415] helo=mail-wr0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/41-49805-B9AE57A5 for ; Sat, 03 Feb 2018 12:00:11 -0500 Received: by mail-wr0-f195.google.com with SMTP id z6so4833961wrb.1 for ; Sat, 03 Feb 2018 09:00:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=t7XghJE6S263FJPvmaPqGM+mq2xDKA3sJcAGv8Bgzoc=; b=p1pNN6eGtyZQlBuqHtUWu1TnBI4jDryEUXLglIUdM0V5dsKNRqAjPJEERRjVHPeVoA iX3szd5dCdznG/x861HHO+YPb822LGQriXFB/1315p+x6EUQPswqX32yEGbwx6nf6Hsy kJrg6OE9EEE0y5tVR+aw8IC/wR+YfJVPlT7tu+d1rqH9In0gw9P+7zV76SmIQniujU6o hq31r01IzCIBCSObqVwa5mSFUTFTWLupjUf1PICXtxedyuDaFA9cbckUCL+Iam8EQwUF Nvdg9GHozPeP/LgmeYRvh32i5zXt/rXmpKnvkfZbAqgwEwz1uJE6K8xxqBP2zlCyfcK9 mRFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=t7XghJE6S263FJPvmaPqGM+mq2xDKA3sJcAGv8Bgzoc=; b=uHb4uzP9Yexu6Sk8+GC6bYJ3RLx8y0uRZft7/hrtgl253SqFM7cjn+tvXMX34TZKeZ 0DuL770tI7Qbvos/p6cjcNVEMHv4ZGfJKdFA41qtJ7ga7v4xM0ttV2PRfxMUSY6Bft7l E/LCGFdd6398zOLnUHnJgZqsLEfbDxmWNilK8jBS3neioAAF9XmRWXuHzieVA+JKS/No NU7hpjCV0gqa11MGpYt6voBGhCZ8fJED6mvALET0u7alS0ItSXSiNxWONRyW9yONcOou 4o5nP79HWi5sQVzfdPGe0auvc4JuLAahjxPIwAnZUbkrw7/k+ycBww6hNBLJNsQL0J/t SYgQ== X-Gm-Message-State: APf1xPDct0whbLIX34T2mlfgG1kszITs14JEEPipOAQJKN+DkhNEkc7C v4xkknvTO5v6c3PfHjKzHCuA3x1XuR+EKFDV+L0= X-Google-Smtp-Source: AH8x2267Z1PjiBthppLNxnuJcAXZ0xT/mN6U07RYzhVsYJqL656hpZ5g/ZXaVOGH16d0BpiF3NFR6tXtqDwDQoTbcP0= X-Received: by 10.223.158.201 with SMTP id b9mr115032wrf.192.1517677208869; Sat, 03 Feb 2018 09:00:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.197.143 with HTTP; Sat, 3 Feb 2018 08:59:48 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Feb 2018 14:59:48 -0200 Message-ID: To: Wes Cc: PHP Internals Content-Type: multipart/alternative; boundary="089e0821160ceb2227056451c284" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Deprecation of fallback to root scope From: marcio.web2@gmail.com (Marcio Almada) --089e0821160ceb2227056451c284 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2018-02-03 14:46 GMT-02:00 Marcio Almada : > > 2018-02-03 6:27 GMT-02:00 Wes : > >> Hello PHPeople. I just published the RFC "Deprecation of fallback to roo= t >> scope". >> >> It is quite a substantial change, but as you can read in the RFC, can be= a >> (basically) transparent one. >> I'm referring to the possibility to shim it in userland. Essentially, th= is >> would move the feature from core to userland. >> >> I hope you like it. Let me know what you think. >> >> https://wiki.php.net/rfc/fallback-to-root-scope-deprecation >> >> >> > Personally, I'm a +1 on this. I just can't see a 3/2 majority voting yes > on this proposal. But the odds could be a little better with > a "batteries included" RFC offering a tool to automatically update code b= y > adding the necessary use statements for core functions, > constants, and classes. > > Good luck, > M=C3=A1rcio Almada > > https://github.com/marcioAlmada > > Heh, I meant 2/3 of course :x --089e0821160ceb2227056451c284--