Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59094 invoked from network); 29 Jan 2013 08:07:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 08:07:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.173 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.173 mail-lb0-f173.google.com Received: from [209.85.217.173] ([209.85.217.173:51292] helo=mail-lb0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/46-28517-33387015 for ; Tue, 29 Jan 2013 03:07:16 -0500 Received: by mail-lb0-f173.google.com with SMTP id gf7so357005lbb.4 for ; Tue, 29 Jan 2013 00:07:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=G3LwMAKScoLya+P7GslKMW7uWkB2K/qtseKME7j2SjA=; b=PCs5NHmGx447vkJ9jAHZbfYKq81CKLHvGUGPQtnAE06kJhqE4FOsfgT8/cI+VIUw/w pb0UxTHGi71t6QTCQSRtiuLRzwjZeoK6+cA38aL32lGTCX+YFxyHG+ewkRslQaye9S+S 4dyYpvoArza7PXE6zaxAgePxx1WfbGpQ3JfirrzMB+51+wWnqKXVHYh34G9m+Sz/WzXN GoVT1tz3+v8GCygMZeoub9Mrp1doJjOWVnKEVjoUhm54F3y+5HvM1jJ1A2ox6KQzSu1s 2rz4Jn+SRQNsWRtMMYce+uTkszd7S67Mbcnw4NicpzlTwwyMTYuyFV7JqXo+nIgautsw 4j0A== MIME-Version: 1.0 X-Received: by 10.152.105.103 with SMTP id gl7mr217873lab.41.1359446833112; Tue, 29 Jan 2013 00:07:13 -0800 (PST) Received: by 10.112.2.69 with HTTP; Tue, 29 Jan 2013 00:07:13 -0800 (PST) In-Reply-To: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> Date: Tue, 29 Jan 2013 09:07:13 +0100 Message-ID: To: Zeev Suraski Cc: PHP internals Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: pierre.php@gmail.com (Pierre Joye) hi Zeev! On Tue, Jan 29, 2013 at 9:03 AM, Zeev Suraski wrote: > All, > > > > Following the discussion at the end of last week, I prepared a draft RFC > for the inclusion of Optimizer+ in PHP. > > In parallel we=92re in the process of prepping the source code for > independent public consumption, which I hope we can be done with by the e= nd > of next week, hopefully sooner. Thanks! > https://wiki.php.net/rfc/optimizerplus > > > > Comments welcome! One important part missing is the actual compatibility/support of thread safe PHP. I know that Zend mostly care about NTS since quite some time and that worries me a lot to bundle something that is not working well in thread safe mode. I would consider that as a stopping point. I mean, not to stop its inclusion, but to release 5.5.0 with it without optimizer working as good as APC in ts mode. Cheers, -- Pierre @pierrejoye