Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38624 invoked from network); 3 Feb 2018 10:22:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2018 10:22:40 -0000 Authentication-Results: pb1.pair.com header.from=netmo.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=netmo.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: netmo.php@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-qk0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:32882] helo=mail-qk0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/8A-33502-07D857A5 for ; Sat, 03 Feb 2018 05:22:40 -0500 Received: by mail-qk0-f170.google.com with SMTP id i141so27093363qke.0 for ; Sat, 03 Feb 2018 02:22:40 -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=p/o003gBz8GI4abj4qftuzT73/d52B2WyqBxYCozBzA=; b=EhH5ZAcn2i7zgN25RP50kNGA6i5xYOlLFfyY05OK8NeLmxBp0Vwk1ydCgf7CUR68ZE 6RTlkoIxjjf8/xedLEvLA3VEjQmFLX7Q53THIjOKLyM9xg5tWCHUR9gPhlbpDkwZ/SkW ONEajaLbVq71dUTM6ksfU4M0F52CwoijYKtmEyGkFqvUvzlMp0Q7TU70HKuLG6NYhGWN NsX+pY99jfhccHPYDJOJDlaqZ7bZnBnhMwCkakHWUHs0qFXkgFAX8K/1VC2n95ikm/qI 4dY3ZzWDGNSoBI63nmEYx8VOm8q5L6Q717nlJJovzznNrLvSXfXcXYn+qT23BprkU9wy RQow== 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=p/o003gBz8GI4abj4qftuzT73/d52B2WyqBxYCozBzA=; b=lHran+NE6KrphEgkWdIt+nMcZyVlGr/P1WZGehooK8iWjbeJHCkO+PaAWpEeueBENr C48dnvafJhGYfcEcv6uFSypjqZSQlqRCKm8l6PVJhuqusBXl+IIyQkcqU85SiZP1GvMl maeEaqv7rDydYZppFTrxaQQox2Y30M79HEOaz+pefltm78AI4loIN9r01y6BI2RIkOOf rvBeUaq9Sf9WN3Pgf0Fh7An+hVx7VCaZGLKl7r9G4sqqgIlDsZ+fReIttTbcMteMdmfZ oQo17xLTmQuB3lAmxlM6jmBYlQtA0Rg4JNwo5WRgyWRJ+uOp8eHVgvAodCU7Tt+AD0/q qsjg== X-Gm-Message-State: APf1xPBMN97OsgQww5MDesxN77jBrKVI3FshnMEF0GbiVw+pyG7+SQLr KpBpu14M5rtciJd7/LabfXv6SLmt3O/1WP6t3qA= X-Google-Smtp-Source: AH8x224tuCZF0DNqS45tdKAG0e4KfP8V4nLP0hnMQQl/+ggfbSh8Q1IseVTcAt2Y58K+IX4yLEFk87Ll2wZJNhLzpdI= X-Received: by 10.55.22.67 with SMTP id g64mr11828326qkh.343.1517653357574; Sat, 03 Feb 2018 02:22:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.53.239 with HTTP; Sat, 3 Feb 2018 02:22:37 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Feb 2018 11:22:37 +0100 Message-ID: To: Niklas Keller Cc: Marco Pivetta , PHP Internals Content-Type: multipart/alternative; boundary="001a114772f0453fe305644c355c" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Deprecation of fallback to root scope From: netmo.php@gmail.com (Wes) --001a114772f0453fe305644c355c Content-Type: text/plain; charset="UTF-8" No idea, I'm not really sure what's the difference between E_STRICT and E_DEPRECATED. Yeah the shim is just a rough POC (completely forgot that define() can define in namespaces). Nicolas Grekas on twitter also suggested that we should introduce function_alias() that works like class_alias(). With that the shim would be literally a couple of lines long. --001a114772f0453fe305644c355c--