Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81887 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20836 invoked from network); 5 Feb 2015 09:47:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2015 09:47:38 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.169 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.169 mail-we0-f169.google.com Received: from [74.125.82.169] ([74.125.82.169:36447] helo=mail-we0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/8C-51979-93C33D45 for ; Thu, 05 Feb 2015 04:47:37 -0500 Received: by mail-we0-f169.google.com with SMTP id x3so2950174wes.0 for ; Thu, 05 Feb 2015 01:47:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=gWRYRVFHXcLtlf5NuxTk+KozHwOMTVzAq1nA/MsXSMU=; b=RBdGgYrjejIHGWmiJjvRzjPSaRdldY77dlOwlUg/ckx7oF6xVBbKfU9QgMH/aZ5Shs Nt4BYAEkjHsmclRVVUfJ1qTh8FlgthOkZtgxHlz7EqcfSKaCKF++qGJeuhWgRlwr3D1/ PZcdFDLMU5nQTL4Qepz5IRruuk8vvQXyZvwFH5cinVG/QJ1PBoIHLmhuVNUlCTl1yBRe FQC0k//vsl1yyBwYuTwJ7+/a+aMpj9nFkAYJIXdODLfEvqa8L+x/FqTEpoaDwN67pc9h FIw+G4UtvkI2Ii2RK0DuGq14ye/NZ6hU3letdB45izypV6b/t6RTx7W8SlUVGYAX1B/a ShGQ== X-Received: by 10.180.184.132 with SMTP id eu4mr13210725wic.49.1423129654410; Thu, 05 Feb 2015 01:47:34 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id d6sm7082493wic.1.2015.02.05.01.47.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Feb 2015 01:47:33 -0800 (PST) Sender: Michael Wallner Message-ID: <54D33C34.1070304@php.net> Date: Thu, 05 Feb 2015 10:47:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Yasuo Ohgaki , "internals@lists.php.net" References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][DISCUSSION] script() and script_once() From: mike@php.net (Michael Wallner) On 05/02/15 02:53, Yasuo Ohgaki wrote: > Hi all, > > I would like to discuss my "must have it in PHP 7" item. > > PHP RFC: script() and script_once() > https://wiki.php.net/rfc/script_and_script_once > Forget about the INI setting. I think the perfect fit for that feature would be import{,_once}, but that's definitely a no-go, because it would clash too hard with userland as a reserved keyword. -- Regards, Mike