Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82435 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45180 invoked from network); 11 Feb 2015 07:24:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2015 07:24:27 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:34342] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/09-33902-AA30BD45 for ; Wed, 11 Feb 2015 02:24:27 -0500 Received: by mail-pa0-f46.google.com with SMTP id bj1so2257103pad.5 for ; Tue, 10 Feb 2015 23:24:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=RERfJME+yxhi70EAM9fdGX8dcazmHpyKvv+8j7ev+EA=; b=StEaA5cpt2b1icJJOTVJ2pSA73+elTf8RavBJSa2l1so87begxcEZ8MLVhnBHFavFH SPPsc9b/pjFfhK2gyW38v1b6aN/FxM/9ytDDx7wxKcHfvehVYn9xQLLixLiteAI7iVs6 5Xztqc5hC82g8pmmpZ6wseWypvE3wyTY7Co2fBX7rSD8fAGiEcvLGBc8ApxWZzwRmRl6 8F57ulemFYanpTttttAo/dVhxD0NJvmP5fMMrn33aF/EOwRf8/nQQg2NvL30vEauG+Bd 3KBVHaePMvBlgPm8Q6L+S2GZ77WuaSEeSFmU4fk0rMWnWSTkQsiCBhR/3oWSXzagL7oN HR7g== X-Received: by 10.68.253.233 with SMTP id ad9mr44550962pbd.167.1423639464391; Tue, 10 Feb 2015 23:24:24 -0800 (PST) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id rk9sm21495022pab.40.2015.02.10.23.24.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Feb 2015 23:24:23 -0800 (PST) Message-ID: <54DB03A5.5060707@gmail.com> Date: Tue, 10 Feb 2015 23:24:21 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Yasuo Ohgaki , Matteo Beccati CC: "internals@lists.php.net" References: <54D9BFDD.70105@beccati.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Script only includes From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I proposed script()/script_once() at first. Considering new names that > might > break existing apps, I choose INI. The problem with script_once is not that it may break existing apps. The problem is that somebody careful enough to use special operator would probably be careful enough not to put $_GET['pleasehackme'] there, and somebody not careful enough to do that won't also use special operator because he probably wouldn't even know why it's needed or whether it exists. -- Stas Malyshev smalyshev@gmail.com