Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:65408 php.internals:65409 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97075 invoked from network); 29 Jan 2013 15:20:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 15:20:14 -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.177 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.214.177 mail-ob0-f177.google.com Received: from [209.85.214.177] ([209.85.214.177:59357] helo=mail-ob0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/82-10721-DA8E7015 for ; Tue, 29 Jan 2013 10:20:14 -0500 Received: by mail-ob0-f177.google.com with SMTP id wc18so523223obb.36 for ; Tue, 29 Jan 2013 07:20:10 -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=rckgbEmObMPGwNdEbpuUpElfWQUpsn2YDS1SUwNOx6Q=; b=jKhVDa0BYxEQ3W7/2WKtVsH0xZeKZiInm7kioccFFa6xRfanNfHtJfCNrsqQBw9Gz5 i+t0sgsBN2pRNTYZ1lyjRUXif+OV931myEoZQ3rgNjon4LYM3aB+ctafjN7e8gArGsJd 5/VOIn84jYkukiwD4AGZUU2HDv2LEq2rbTnyTIPlBnjxiCldxrFAfqbhJHUJdyvimFwE wbapZr9YrB4i2VE7tR1cCpFOTupWWCAiNvkefkNuqJ+9Su7hTH70fQIikSG0e6fpRDAj RqdtFX0NhfiyLKYw7hVXWZMobpPIcTeYjXzxh7BYQbxWM+jkraJiVVpt2Fq++ECcZQJl aspw== X-Received: by 10.60.32.200 with SMTP id l8mr1034902oei.43.1359472810381; Tue, 29 Jan 2013 07:20:10 -0800 (PST) References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> <252ADB1A-2660-4A45-B859-B92DA2C8B8D8@gmail.com> <5107CEEB.9080003@zerocue.com> <5107D429.60001@lerdorf.com> <5107DB01.6050900@lerdorf.com> <9F2D34C6-F9FE-4F36-9632-DD52D9F7893F@strojny.net> In-Reply-To: <9F2D34C6-F9FE-4F36-9632-DD52D9F7893F@strojny.net> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIqL8waXVttbugrqkVxisGQEOzMkQLX5T1KAiDbOo8Bl2OlTgJJayfeAPK3L24BxuumsQFefDh3l0B52SA= Date: Tue, 29 Jan 2013 17:20:09 +0200 Message-ID: <78d8c91dc638bbd2d4be9d2a7061d32d@mail.gmail.com> To: Lars Strojny Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnpBhQwmzB32KJqhdEMyvU+A1dvMWyHO4mlXbVvEm8lvSBtJNis7q5vwCqsOb70eFQ7R6G62Y9m0cOlf2SWBK2eIVWIyWnmsutiCIitM4gZ8KOjOkXmDNGTi5yYnrsoUOicjcLr Subject: RE: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Lars Strojny [mailto:lars@strojny.net] > Sent: Tuesday, January 29, 2013 4:33 PM > To: Rasmus Lerdorf > Cc: Nikita Popov; internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP > distribution >To get more practical, I see the > following steps going forward: > > 1.) Zend releases a first open sourced version of Optimizer+ on PECL (or > somewhere else) > 2.) We as a community can have a look at the code > 3.) We vote on the RFC > 3a.) Question a) Should Optimizer+ be included in core: yes/no > 3b.) Question b) If yes, may the inclusion delay 5.5 by X month: yes/no > 4.) The proposers make sure it works with ZTS as well (this obviously doesn't > exclude help from outside contributors) This is roughly the roadmap we have in mind. Given that some people are eager not to delay 5.5.0 either at all or more than we absolutely have to, I figured I'd parallelize the discussion and the work we're doing to prep it for open sourcing. We're already well under way into that process, and I'm hopeful we can publish it within a week or so. BTW, Dmitry already baked ZTS support in earlier today. I said it shouldn't take too long :) > @Zeev, out of interest, how much time does Zend plan to spend on maintaining > Optimizer+ in the core for the foreseeable future? We view it as an essential part of the PHP stack so we'll maintain it in the same manner we help maintain the Zend Engine. Zeev