Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101746 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29360 invoked from network); 3 Feb 2018 08:33:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2018 08:33:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wm0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:37781] helo=mail-wm0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/19-33502-7C3757A5 for ; Sat, 03 Feb 2018 03:33:12 -0500 Received: by mail-wm0-f49.google.com with SMTP id v71so16658274wmv.2 for ; Sat, 03 Feb 2018 00:33: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=wequKfvveVxAkcP5M7eBc8fl7LMpKfY1zfGDIt1YnwA=; b=poJ6q+fkfn2kXSYBRHpqXEvZgYJoeHLaXKQIe8vGzpFdQ+zM4LLa8wlA1D9CTOE5CD lk54I22OZ9+tPwHM2Yb24yxNroI8JvRuV9zI7GDKgFy8MXnNE1N8fij66tMcmyQou0Yg Np1+F47OpDGbsfOTlG1F1ueuhuTtrWVyp2ClSwekMx0T2XuxtQzU6uOW5g4o68FKS+Z9 JBnPTHwOG/AYwFB8n5Xq86gTzuL+YpoVHroQiMT6KrIeYc4NHtMvZkBsroK9Io92mWdg mt4iBft0Bv+fjmyqv4KLaY7uQZ1pfBHnfCwKu2lz8C23foN0p0/dr6ZoqARuUG+Wu9Od xAPg== 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=wequKfvveVxAkcP5M7eBc8fl7LMpKfY1zfGDIt1YnwA=; b=Gqkf19fr38f+ljcRgYv/RqaSgth9a//3NjXWrwpt0z42ZQiiaFfWfU6BsdST4GNpa/ X3I4/af+ZAoe+JqDJi+0sqo/cxEsFVVj2WYCGF+lDOSyiyokLPQgwieYKFTPla7vdT5r a7NT54vMIYByz6JrZXGnPhbpNeE39doOccVB6VbEcQi+jxS3M9am3OJ6rAMAIL62CAei QijRI/YSQs+3a/FfbGiQPCI+Pn/+Va2SfLOWeEoHlTDqNcTfIY3OWVKkDDnd9PkjD9v1 fS08RQLE+mJj22DrKy/xGwDfWVfhaysCTjiuzDZ40/6o1/7QCySBhpA8myCkYpSuytJ4 27Yw== X-Gm-Message-State: AKwxytdk9LnhikHdcHTBbhacmSxFZu0noK/NRCRvkaX3PePUbzlpH8Ll vNR4HKBOmrbzjMgsvVT7MkXeoackYUl79RcFkt4= X-Google-Smtp-Source: AH8x225lpnkkmr3JAkHrHj9zrDdp6fbNWECDrRa4ixDqOva5KxBJ5j+J79+4WZ05k9m8iuB3pKeFgLiTPxX7hyhfUek= X-Received: by 10.28.108.4 with SMTP id h4mr29269392wmc.161.1517646788738; Sat, 03 Feb 2018 00:33:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.135.61 with HTTP; Sat, 3 Feb 2018 00:32:48 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Feb 2018 09:32:48 +0100 Message-ID: To: Wes Cc: PHP Internals Content-Type: multipart/alternative; boundary="089e082f8608bcc1df05644aad74" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Deprecation of fallback to root scope From: ocramius@gmail.com (Marco Pivetta) --089e082f8608bcc1df05644aad74 Content-Type: text/plain; charset="UTF-8" Overall, huge improvement, and also simplifies things quite a lot from a developer PoV by requiring to add explicit references, so this is 100% thumbs up. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On Sat, Feb 3, 2018 at 9:27 AM, Wes wrote: > Hello PHPeople. I just published the RFC "Deprecation of fallback to root > 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, this > 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 > --089e082f8608bcc1df05644aad74--