Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65185 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99461 invoked from network); 25 Jan 2013 18:49:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2013 18:49:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.214.171 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.214.171 mail-ob0-f171.google.com Received: from [209.85.214.171] ([209.85.214.171:51028] helo=mail-ob0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/B3-14132-3D3D2015 for ; Fri, 25 Jan 2013 13:49:55 -0500 Received: by mail-ob0-f171.google.com with SMTP id lz20so838626obb.30 for ; Fri, 25 Jan 2013 10:49:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:references:in-reply-to:mime-version:x-mailer :thread-index:date:message-id:subject:to:cc:content-type :x-gm-message-state; bh=rGsLcrEce0l250svZzje3E7HRGWZu9+ADnwj37wMYvY=; b=M5qPZJ9ym7PaFvJlEvOoZHY93zZiE9BrUerT1f4m8eAJ8wWltCQMOtajYGfpUVUImg yDomd7RYVApi3ovs+5tJb2csPxfm1N+j9xCzbqsnzuFh4EfuZA2UIg59EN7TKbMfnDCQ JUTfWEniMhPOH0y55MhGhWxjsw8jItCJWW5CtLLlGriHNB9JioPz+JgvfUK2XgsjoqOA TlCJcM3RnI7VDbmxRFs3sBsqt2BqUXZOH4BBb3B4CCFWZkr7/5fC//qRFfug31URRwx7 eS6ik5+O/NNb4N5mpujJJ17AsIZbd74N6ydK5VrLB3mMYEiYHAxIqOdaVdWhxpF9f8gq f6jQ== X-Received: by 10.60.31.179 with SMTP id b19mr502903oei.16.1359139792292; Fri, 25 Jan 2013 10:49:52 -0800 (PST) References: <51023AB1.2010607@b1-systems.de> <51024016.4010005@lerdorf.com> <5102D2A1.3040105@sugarcrm.com> In-Reply-To: <5102D2A1.3040105@sugarcrm.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQH5KhtP6VxxLAoJObFXtxoIw+gBzgJTObh3AnFb11YDa6R5KAFZ2VOEAfpcKa4BoDLOWJea3+bQ Date: Fri, 25 Jan 2013 20:49:51 +0200 Message-ID: <8995783a3f4c211d32022028445e7a60@mail.gmail.com> To: Stas Malyshev Cc: Rasmus Lerdorf , Ralf Lang , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQly4DFOmsasO0z8dPVjgimOcfKsCplQ7ptpCpwhRZh3nNw0EtPwd0GlbdhXCB2u95+FFZ3ha/qFCM8C10JNeQV1Q3Mube32g7RY4/uDsMUVHTDxChUo5nxcerX8rIamvbCOrSAR Subject: RE: [PHP-DEV] HEADS UP: Upcoming Feature Freeze for PHP 5.5.0 From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Stas Malyshev [mailto:smalyshev@sugarcrm.com] > Sent: Friday, January 25, 2013 8:45 PM > To: Zeev Suraski > Cc: Rasmus Lerdorf; Ralf Lang; internals@lists.php.net > Subject: Re: [PHP-DEV] HEADS UP: Upcoming Feature Freeze for PHP 5.5.0 > > Hi! > > > There's another option. We have the Optimizer+ component which is > > current, a bit faster than APC, worked with PHP 5.4 from the get go > > and already fully supports 5.5 - and now that it's been free for use > > for several years, we'd actually be happy to opensource it and make it > > a part of core. An extra benefit would be that we'd commit to > > maintain it, > > That would be excellent! I probably also could be of some help here, if > its > needed, since I'm familiar with the codebase (while my knowledge of the > APC > code is minimal). That would be awesome! Ok, I'll write up an RFC, and in parallel we'll try to figure out the mechanics of actually making it happen. Zeev