Re: [PHP-DEV] New escaped output operator

2016-07-01 Thread 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 inst

Re: [PHP-DEV] New escaped output operator

2016-07-01 Thread Lester Caine
On 30/06/16 23:46, Thomas Bley wrote: >> What for? > is easy to verify > > is not easy to verify But a fixed version of http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw

Re: [PHP-DEV] New escaped output operator

2016-07-01 Thread Михаил Востриков
> I can easier add a new template to e.g. a Laravel > project (own parser, own extension, living next to existing blade templates) Your project already has a template engine, and framework has common code which works with such engines. But how much time do you need to convert all existing template

Re: [PHP-DEV] New escaped output operator

2016-07-01 Thread Eugene Leonovich
On Fri, Jul 1, 2016 at 10:51 AM, Михаил Востриков < michael.vostri...@gmail.com> wrote: > > I can easier add a new template to e.g. a Laravel > > project (own parser, own extension, living next to existing blade > templates) > > Your project already has a template engine, and framework has common

Re: [PHP-DEV] New escaped output operator

2016-07-01 Thread Davey Shafik
All, Anybody can write an RFC and call a vote whenever they want within the guidelines set forth for RFCs. It would be much more productive to get the RFC written and to provide suggestions on improvements (e.g. syntax choice, default options, ways to customize), rather battling against it. Or st

[PHP-DEV] UGLY Benchmark Results for PHP Master 2016-07-01

2016-07-01 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-07-01 06:28:31+03:00 commit: acdafc0 previous commit:e247e93 revision date: 2016-07-01 00:16:54+03:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] New escaped output operator

2016-07-01 Thread Михаил Востриков
> How will a new output operator help in this case? > You still have to search for ` Saying that one can forget to add ` you can miss `, and others usually are safe in current code. But we need to write new code for new functionality in a project. Let's say we've added new column in database, and