Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65439 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60521 invoked from network); 29 Jan 2013 21:39:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 21:39:45 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Tue, 29 Jan 2013 16:39:45 -0500 Received: from [217.114.211.68] ([217.114.211.68:28785] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/DE-10721-0A148015 for ; Tue, 29 Jan 2013 16:39:45 -0500 To: internals@lists.php.net References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Re: [RFC] Integrating Zend Optimizer+ into the PHP distribution From: dsp@php.net (David Soria Parra) On 2013-01-29, Zeev Suraski wrote: > --e89a8fb1f5b0f501b204d468d53f > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: quoted-printable > > 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=E2=80=99re in the process of prepping the source code for > independent public consumption, which I hope we can be done with by the end > of next week, hopefully sooner. > > > > https://wiki.php.net/rfc/optimizerplus > > > > Comments welcome! As already said in this thread, the major issue for 5.4 adaption was APC, so I really like that we get a 5.5 compatible optimizer. We are planning to go into beta mode next week which is a feature freeze. Therefore optimizer would not make it in, but I think as the code is already mature and not just a random new feature I think we can allow this into core during beta phase, maybe for 5.5 disabled by default. Anyhow we are already late with 5.5.0 and I dont want a 5.5.0 release in May. David