Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59986 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53169 invoked from network); 16 Apr 2012 07:46:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Apr 2012 07:46:53 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:36406] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/5D-05733-D6ECB8F4 for ; Mon, 16 Apr 2012 03:46:53 -0400 Received: by iaeh11 with SMTP id h11so8355362iae.29 for ; Mon, 16 Apr 2012 00:46:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=z6pEFgR83iSXEDm+bpsr3EN/bdLDate/NNZBNsT7iBo=; b=k5e0g4Kfi3XdjwwbOzw3VMA6zJw9eGsq1WANQnvHs0118Aohw5YCugl1hMtWY6sZiD pDPIncfZTqquuMZ61/mOkSYyi49lS5y24Ap5FtPoIiD5DBN846pBgYRol8MTofmdXWOF z6ThSnVM0OwtxTZQhfe6K+M5u2TD0XfEDKu+ZBjctQFPvLx7eZABRtp5+8ct71S1SEft n/9BGBzKbVaQsVp+y/MNIKYaGkkHUqWcMjl3CeXHzrgWKKFy6Zx7tfI4kJ9zCWo+uyFh 3BuAfD9LePYyfE0Vxqn+c5juW0puzt1IsHvKATKwmmaCkw1fW7EznhOqdU+7j7qnITfy 0kVA== Received: by 10.50.46.138 with SMTP id v10mr4713068igm.18.1334562408895; Mon, 16 Apr 2012 00:46:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.134.233 with HTTP; Mon, 16 Apr 2012 00:46:27 -0700 (PDT) In-Reply-To: References: Date: Mon, 16 Apr 2012 10:46:27 +0300 Message-ID: To: Kris Craig Cc: Yasuo Ohgaki , Pierre Joye , PHP internals , Tom Boutell , Moriyoshi Koizumi Content-Type: multipart/alternative; boundary=14dae9340b7550141f04bdc7065c Subject: Re: [PHP-DEV] Re: Go for votes for the open tag-less PHP files From: arvids.godjuks@gmail.com (Arvids Godjuks) --14dae9340b7550141f04bdc7065c Content-Type: text/plain; charset=UTF-8 What happened with the proposal/RFC for expanding include/require with additional optional second param to allow for developers to define in place if he want's a pure PHP file to be included or a template file with direct HTML output? I like that proposal and take it over any other, because it gives developer a choice. And if things do not go the right way and he ends up screwing up somewhere - he is able to fall back to the old mode just by modifying the include/require statement (and in a MVC framework with autoload usage that would be 1-2 places in the whole project). All that stuff with keywords, removing