Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58662 invoked from network); 3 Feb 2018 16:46:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2018 16:46:46 -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.170 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.128.170 mail-wr0-f170.google.com Received: from [209.85.128.170] ([209.85.128.170:40344] helo=mail-wr0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/E0-49805-577E57A5 for ; Sat, 03 Feb 2018 11:46:45 -0500 Received: by mail-wr0-f170.google.com with SMTP id i56so25453486wra.7 for ; Sat, 03 Feb 2018 08:46:45 -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=sDQjR2EmGVtjOlDHDBpRHaBZs7bslx7ysbwHHS/Dvuk=; b=IdhnkINznUO/FN3Lx5yxg9pkjOj9InGlKJMgo1OCenxRkypCOQrAspuOV9DAdhfu3y lPlyqgZCRm3qOWxnntIm9nmZfc9mjVoKy4RJtK6I19a8CFlFTehsrzjG7deis6AtiKl4 R7k0nbSYRwOZ/n9QHj7PYoYEOG2+uCn1Mje/nbcUPu6V0K4z/Q9khsUV8mbzzji5Av5q jWqwVaNNBJYyedYT23D4vXET+jA1DLyb+1vjE/iLwwVFyHzd88DhIvbHQ511C/n+q67Y aMtMYCtthPrsR3/prEvr9u40dop9741WjkfSsEm78Hj7BNLa3MOU+yWhluWpLAxT8T68 JmdQ== 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=sDQjR2EmGVtjOlDHDBpRHaBZs7bslx7ysbwHHS/Dvuk=; b=S2dr+lWdulRUFwXDElOuJ7RGm05nET3MWLo3GhsSqTkNd84IL1TcwNqR6/eTDvp/ux JVRVHujryYKTPUuQibSaV0tYC5shGY6pkmjF+kqyHjjf8fiExu0BmVO7br5quvFC1nmd 0o74jRCaM67b02nwYxgVn4Ttmy5K+uWRJuS2N6Jcz4OShsvVUa7n/V/CCTqAhJUierJx apeOoEY5e8RKhHTXaNF6EYenaumhIIuNc3lulyc0iO6EyDvsrVrjpaMLWdbSXs2U2Ph2 M0C3bY+lV+ljtYhHOcGdU7Hhom9V3Gef81hDBdxKjdzLzSXVv8gLv/aUJ294R0WYLHu+ th6Q== X-Gm-Message-State: APf1xPDJRTTLhyz29XG8oNJAwjlhJMQyphFZiXPZljxXLw1MVDRMwZGh 1daiZyIUpGJwgjyXD0b7Z3P1x8a8xkB1DDZD9mt+aQ== X-Google-Smtp-Source: AH8x2240rfSnqzshdZDy0fwFCJoO00F5Am2kMBbMqGxY7TRnbvn/VSPkfzbHaIn+BcXquKH9pSZg6MfaW0jG3EieBzY= X-Received: by 10.223.158.201 with SMTP id b9mr96048wrf.192.1517676402296; Sat, 03 Feb 2018 08:46:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.197.143 with HTTP; Sat, 3 Feb 2018 08:46:21 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Feb 2018 14:46:21 -0200 Message-ID: To: Wes Cc: PHP Internals Content-Type: multipart/alternative; boundary="089e0821160cd7cd2905645192b8" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Deprecation of fallback to root scope From: marcio.web2@gmail.com (Marcio Almada) --089e0821160cd7cd2905645192b8 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2018-02-03 6:27 GMT-02:00 Wes : > 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, thi= s > 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 by adding the necessary use statements for core functions, constants, and classes. Good luck, M=C3=A1rcio Almada https://github.com/marcioAlmada --089e0821160cd7cd2905645192b8--