Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27637 invoked from network); 1 Jul 2016 07:53:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2016 07:53:42 -0000 Authentication-Results: pb1.pair.com header.from=markus@fischer.name; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=markus@fischer.name; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fischer.name from 62.179.121.165 cause and error) X-PHP-List-Original-Sender: markus@fischer.name X-Host-Fingerprint: 62.179.121.165 vie01a-dmta-pe04-3.mx.upcmail.net Received: from [62.179.121.165] ([62.179.121.165:56403] helo=vie01a-dmta-pe04-3.mx.upcmail.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/20-23765-18126775 for ; Fri, 01 Jul 2016 03:53:39 -0400 Received: from [172.31.216.43] (helo=vie01a-pemc-psmtp-pe01) by vie01a-dmta-pe04.mx.upcmail.net with esmtp (Exim 4.87) (envelope-from ) id 1bItGX-0004uX-3U for internals@lists.php.net; Fri, 01 Jul 2016 09:53:33 +0200 Received: from mail02.home ([213.47.8.56]) by vie01a-pemc-psmtp-pe01 with SMTP @ mailcloud.upcmail.net id DKtX1t00Z1CY7x901KtYZP; Fri, 01 Jul 2016 09:53:33 +0200 X-SourceIP: 213.47.8.56 Received: from mail02.home ([192.168.1.14] helo=[IPv6:::1]) by mail02.home with esmtp (Exim 4.72) (envelope-from ) id 1bItGU-000603-BE for internals@lists.php.net; Fri, 01 Jul 2016 09:53:31 +0200 To: internals@lists.php.net References: <20160620222835.BC26C1A80609@dd1730.kasserver.com> <14352177-1b49-e2ed-56a3-9a770d0ebf95@gmail.com> Message-ID: <7fb2d4d0-551e-97a0-72cd-1b6401881f97@fischer.name> Date: Fri, 1 Jul 2016 09:53:29 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-Spam_report: Spam detection software, running on the system "scanner01.home", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On 01.07.16 05:34, Михаил Востриков wrote: > Because it is almost impossible to add template engine in a big project > with PHP templates. But new version of language usually can easily be used. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: Re: [PHP-DEV] New escaped output operator From: markus@fischer.name (Markus Fischer) On 01.07.16 05:34, Михаил Востриков wrote: > Because it is almost impossible to add template engine in a big project > with PHP templates. But new version of language usually can easily be used. I interpret "But new version of language usually can easily be used" as in a new PHP version being installed on a server touted as being "easier" than changing/replaced/adding a new template language component with a framework? I object to this. I can easier add a new template to e.g. a Laravel project (own parser, own extension, living next to existing blade templates) then switching to a new PHP version on production servers. - Markus