Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74442 invoked from network); 10 Dec 2015 12:54:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2015 12:54:43 -0000 Authentication-Results: pb1.pair.com header.from=bjorn.x.larsson@telia.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=bjorn.x.larsson@telia.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain telia.com from 81.236.60.154 cause and error) X-PHP-List-Original-Sender: bjorn.x.larsson@telia.com X-Host-Fingerprint: 81.236.60.154 v-smtpout1.han.skanova.net Received: from [81.236.60.154] ([81.236.60.154:43415] helo=v-smtpout1.han.skanova.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/80-05164-11679665 for ; Thu, 10 Dec 2015 07:54:42 -0500 Received: from [192.168.7.4] ([195.198.188.252]) by cmsmtp with SMTP id 70k2axPA0oes170k3aPUrH; Thu, 10 Dec 2015 13:54:39 +0100 To: Lester Caine References: <56662437.5040508@lsces.co.uk> <27359E8F-2C04-416B-861D-C2C4C85E4C77@lerdorf.com> <5666CDDD.6030209@lsces.co.uk> <5667A477.1060308@gmail.com> <566855AC.30808@gmail.com> <56687ACA.5090309@lsces.co.uk> <56695BCA.9090305@telia.com> <56695EFB.2090709@lsces.co.uk> Cc: PHP Internals Message-ID: <56697610.9020205@telia.com> Date: Thu, 10 Dec 2015 13:54:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <56695EFB.2090709@lsces.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfAIu+LBUszWbEmfHfwYLGdJZTvvLTD7dIYAL3y9XTBnjAoQ/6iQf5A2I+43ihitJKWtRTJBozIE4leBtYVUXCPdtC+FYWbjmfaGA40pbd4woBHtsvU2sCkhKwGjenuauF0W8/R94cAnkkXPP25gEzdsHUa5zDhetiv1+KzAwy3IDnbDVb4yGf3I5nO5Ie1Ym3TVaIB83P02SB4QU1uv5sJ+bx4meSsQEEkdX2z3MZuhm Subject: Re: [PHP-DEV] Practical comparisons on PHP7 From: bjorn.x.larsson@telia.com (=?UTF-8?Q?Bj=c3=b6rn_Larsson?=) Den 2015-12-10 kl. 12:16, skrev Lester Caine: > On 10/12/15 11:02, Björn Larsson wrote: >> Just noticed that Smarty team is working on a 3.1.28 relase that plans >> to be PHP 7 compliant, see: https://github.com/smarty-php/smarty > The version I'm running is not giving any errors, similarly ADOdb. Both > were brought up to be clean on PHP5.4 and that seems to be the case with > most BC problems. BUT should either of these packages need any 'major > upgrade' to take advantage of a faster PHP7? They are e_strict compliant > and well structured so why would they not perform twice as fast on PHP7? > Well, in the changelog dated 28.07.2015 they mention a PHP 7 compliant update. I don't know if it's a must to run Smarty 3.1.28-dev in order use PHP 7. Anyway, I plan to test Smarty with PHP 7 later in january next year. Regards //Björn