Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63761 invoked from network); 3 Feb 2018 17:12:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2018 17:12:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=aaron@trowski.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=aaron@trowski.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain trowski.com designates 199.38.81.6 as permitted sender) X-PHP-List-Original-Sender: aaron@trowski.com X-Host-Fingerprint: 199.38.81.6 mercury.negativeion.net Received: from [199.38.81.6] ([199.38.81.6:61379] helo=mercury.negativeion.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/E1-49805-77DE57A5 for ; Sat, 03 Feb 2018 12:12:24 -0500 Received: from localhost (localhost [127.0.0.1]) by mercury.negativeion.net (Postfix) with ESMTP id 587DD56ACDF5; Sat, 3 Feb 2018 12:12:21 -0500 (EST) X-Virus-Scanned: amavisd-new at negativeion.net Received: from mercury.negativeion.net ([127.0.0.1]) by localhost (mercury.negativeion.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JWtW5dsnmL99; Sat, 3 Feb 2018 12:12:20 -0500 (EST) Received: from jupiter.local (unknown [173.225.150.231]) by mercury.negativeion.net (Postfix) with ESMTPSA id 2A29356ACDE3; Sat, 3 Feb 2018 12:12:20 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) In-Reply-To: Date: Sat, 3 Feb 2018 11:12:19 -0600 Cc: Levi Morrison , Wes , Niklas Keller , Marco Pivetta , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Sara Golemon X-Mailer: Apple Mail (2.3445.5.20) Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Deprecation of fallback to root scope From: aaron@trowski.com (Aaron Piotrowski) > On Feb 3, 2018, at 11:04 AM, Sara Golemon wrote: >>=20 > I like the three phase approach. Gives frameworks/libraries/users > ridiculous amounts of time to clean up their code, the route to clean > code is clear and the updates are scriptable (I'll bet PHPCS can do > this already), and at the end, we'll be able to have a better engine > and make certain assumptions in the optimizer. Yep, PHP-CS-Fixer can do this, see the native_function_invocation = option. I also like the three phase approach and would be excited to see the = possibility for function autoloading and further optimizations. +1 Aaron Piotrowski=