Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101749 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37093 invoked from network); 3 Feb 2018 10:15:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2018 10:15:26 -0000 Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.219 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.219 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.219] ([81.169.146.219:18340] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/3A-33502-DBB857A5 for ; Sat, 03 Feb 2018 05:15:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1517652922; s=strato-dkim-0002; d=kelunik.com; h=Content-Type:Cc:To:Subject:Message-ID:Date:From:References: In-Reply-To:X-RZG-CLASS-ID:X-RZG-AUTH; bh=GIYBhK9aqKRes25bkJFn+36rES13S5SVNZ5bo7+MZ4M=; b=ZTwbJ/uDOPua2n/UQB62oqEP58DOX4l8v804ISb3tZmS8I4Oh+7tPoi7MPK7Mk4+2F BglcHmxiL2uTws+FCuddjFmGLpfpNNSKYY1EVJQjHx/Gbnn1VoKnBngDkem7cNopPnaw CWBMHoktp23oiNucJl4EO4+Nl7Gzd8iwx0Udf82y3nceWRQxSPDv1AWEFON41HL3FhaT mEBCato9NbWQKKmlUfgF4ogOThnwnofgrqqBQS/YKnuttboZcEydX2heHQpLICo95GGA a0MpDiw4SUjo+AUpwhFBO3PYU4yfahnyTOlRfSHAXq3bLkrUoMg3+ugsar3+le6h6vz0 zqhA== X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mlsGbEv0XHBzMIJSS+jKTzde5mDb8Db2nURiq+cA== X-RZG-CLASS-ID: mo00 Received: by mail-yw0-f169.google.com with SMTP id j128so15124788ywg.7 for ; Sat, 03 Feb 2018 02:15:21 -0800 (PST) X-Gm-Message-State: AKwxytdsoKWPswXg+3Iqfys4q7i/GQ4CKpxiippwCjQvXfPdk+2LpQ73 TWXfM3CZiilmFXH2QEwXJskgUAynKUSHIiREMuI= X-Google-Smtp-Source: AH8x227W0mwD9vB3U/zKfiOGbuJcUdrLBBWK3KXJF0+ugl9hFpydy9FKHZxv56eTNL2990RtH3P82AmJbKIHZcIUGCg= X-Received: by 10.13.217.80 with SMTP id b77mr29981831ywe.123.1517652921322; Sat, 03 Feb 2018 02:15:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.160.100 with HTTP; Sat, 3 Feb 2018 02:15:20 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Feb 2018 11:15:20 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Marco Pivetta Cc: Wes , PHP Internals Content-Type: multipart/alternative; boundary="94eb2c0876544494a505644c1bc8" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Deprecation of fallback to root scope From: me@kelunik.com (Niklas Keller) --94eb2c0876544494a505644c1bc8 Content-Type: text/plain; charset="UTF-8" +1 Why should it emit an E_NOTICE instead of E_DEPRECATED? The code for the shim should probably use define() for constants instead of eval(). Regards, Niklas --94eb2c0876544494a505644c1bc8--