Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82361 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68627 invoked from network); 10 Feb 2015 10:06:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2015 10:06:51 -0000 Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.53 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.192.53 mail-qg0-f53.google.com Received: from [209.85.192.53] ([209.85.192.53:53761] helo=mail-qg0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/E1-47508-A38D9D45 for ; Tue, 10 Feb 2015 05:06:51 -0500 Received: by mail-qg0-f53.google.com with SMTP id f51so25979227qge.12 for ; Tue, 10 Feb 2015 02:06:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZRSi3ZJ0OlfKxVZDulYdlgkC/8munw34OiN8uYga/fY=; b=DvEzJZWX8FuhIwiWuvlpa89EDwAmlbdxIduOnLKTXriZWrZ27P4qvyCuMZxEetZ6nY YLcrv2nbTDyAVAfTRu2AylFlg8pnQT28z1rarAk1JWAkTTlex1HR1HgrGP9R5hRGxHKO viCLyY++pA7m1vKTXLCUHOtPQi7QTUSH/7oY9d+DvJCYEtBSsAvBkummmqFXbJI4S2hd 4rCSDFRzpV76cn3cZ7vCFt4wZAJb3oXpbJwk1D+ZUnh8udlXhQdkwlu++x8KqGmHb+5j xcT6piEqRcww0fhf6qdn2rYsm7eM9LYgWPjgX5AmqKQ5E0l2Pc2lohpVhgkj1mm0rpY6 T2VA== MIME-Version: 1.0 X-Received: by 10.140.93.73 with SMTP id c67mr13728388qge.53.1423562808538; Tue, 10 Feb 2015 02:06:48 -0800 (PST) Received: by 10.96.66.201 with HTTP; Tue, 10 Feb 2015 02:06:48 -0800 (PST) In-Reply-To: References: Date: Tue, 10 Feb 2015 11:06:48 +0100 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Script only includes From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) On Tue, Feb 10, 2015 at 1:52 AM, Yasuo Ohgaki wrote: > Hi all, > > Some of you are tired with this topic, but please take a look the RFC > > [RFC] Script only includes - this is 3rd version. > https://wiki.php.net/rfc/script_only_include > > Please let me know what you like or dislike. > > Thank you. > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net Hello, IMHO the real solution to this problem is to educate the programmers how to write safer applications, not by ini settings. Regards Pavel Kouril