Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73927 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28961 invoked from network); 6 May 2014 00:37:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 00:37:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.177 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.217.177 mail-lb0-f177.google.com Received: from [209.85.217.177] ([209.85.217.177:61031] helo=mail-lb0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/E7-44049-8BE28635 for ; Mon, 05 May 2014 20:37:13 -0400 Received: by mail-lb0-f177.google.com with SMTP id z11so5769458lbi.36 for ; Mon, 05 May 2014 17:37:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=daxejxbfv59VDcxFBRBDjxwc1oKXBJMfqO48XFMMAf8=; b=dYeWelF4zg47uRdjRBYrf3AfeGx+UFN2sGe2DLgd/MMY/kc4nQPuuhV2e1ef7aGlEA /7crsvMPNyIwPp5i7yO48BCgwhRtnwBaM7FzOUjx4MtxlC6TP3tVHxjgsg88p0gldAlK qGxD0sU6mGRxqnGVquyHGazFJHsG3VQreWM5XfDC4YRqbWR3F/pxAC8VSj2EgphazRXp tWyJYBkB7NRNNT9Hyd43hI4RuTegMumOqPcM6t5S084LGHJf7fVKyAK6C9aeUnGbBgQz sCfBOU7S4zK1jE3ZcsioMgHN8AIMH7HuGlhwAuDCLHbo/7OAZ35EfxJTyY/Y/MOrsoCL yH4w== MIME-Version: 1.0 X-Received: by 10.152.25.130 with SMTP id c2mr14464037lag.23.1399336630067; Mon, 05 May 2014 17:37:10 -0700 (PDT) Received: by 10.114.233.197 with HTTP; Mon, 5 May 2014 17:37:09 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 May 2014 17:37:09 -0700 Message-ID: To: Dmitry Stogov Cc: Pierre Joye , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: hannes.magnusson@gmail.com (Hannes Magnusson) On Mon, May 5, 2014 at 4:44 PM, Dmitry Stogov wrote: > > > ZTS wasn't in our priority list, but Nikita made it more or less work. > What is the argument to keep it? - It is the leading factor of broken builds - Endless API changes because of it - Noones friend - I am (blissfully?) unaware of any intentional deployment of zts -Hannes