Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59819 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29333 invoked from network); 13 Apr 2012 00:07:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2012 00:07:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:48140] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/FA-00290-D3E678F4 for ; Thu, 12 Apr 2012 20:07:26 -0400 Received: by pbcun1 with SMTP id un1so3299261pbc.29 for ; Thu, 12 Apr 2012 17:07:22 -0700 (PDT) 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=DkwlZDNr9rJVpp+aY38iTdWwPr2/G1FdFFwWCTirRO8=; b=Vs9EnaazoWQ2U8pwuCcWfBMwmzhUwtUod5zySk6EbpYDk5qvYYvWw6X+qMquGAukU2 nYHwzVIFbKrOU3NQZjVFBVuHmb4iHf01PZwqKmBH3we3dYGznyv4rpnkCK496d9N9WLk qZc6RbuGTxpFazqZpTbzXLAsXnWBXmfsCVL5v2iba0W6yYb1jmNOWyfMzM3dylXNDGnM /VvQvNQhKA7y4F8rmCVpVTHwszo7H4JL5GtotL7CqlAHRQk5XLlTa+eDVcSBGhWHUB6b p+KZn/d48nfG4GP2BTwW1gKAL/3ldedrH7PjmtEp2ay0ofItibyt9WIo4HlMsr8GHN75 bYGQ== Received: by 10.68.212.69 with SMTP id ni5mr1160800pbc.39.1334275642639; Thu, 12 Apr 2012 17:07:22 -0700 (PDT) Received: from [192.168.0.5] (dsl-202-173-152-56.vic.westnet.com.au. [202.173.152.56]) by mx.google.com with ESMTPS id u5sm7004801pbu.76.2012.04.12.17.07.20 (version=SSLv3 cipher=OTHER); Thu, 12 Apr 2012 17:07:21 -0700 (PDT) Message-ID: <4F876E36.1020400@gmail.com> Date: Fri, 13 Apr 2012 10:07:18 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Arvids Godjuks CC: Yasuo Ohgaki , Lester Caine , PHP internals References: <4F851FE4.7000706@sugarcrm.com> <4F8539E0.1090701@sugarcrm.com> <4F859063.1010401@lerdorf.com> <4F862AAC.90003@lerdorf.com> <4F86761A.9010801@lsces.co.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Disabling PHP tags by php.ini and CLI options From: davidkmuir@gmail.com (David Muir) On 13/04/12 10:02, Arvids Godjuks wrote: > It will never get adopted, too many legacy stuff, to many external tools. > And php native templates? I dont neet any twig, smarty or any other stuff. > And guess what - most template engines cache compiled templates, and they > are - ta-daa - PHP EMBEDDED IN HTML CODE! > I was wondering when someone was going to point that out. ;-) David