Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65385 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60984 invoked from network); 29 Jan 2013 13:40:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 13:40:42 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.219.53 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.219.53 mail-oa0-f53.google.com Received: from [209.85.219.53] ([209.85.219.53:61303] helo=mail-oa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/DA-10721-951D7015 for ; Tue, 29 Jan 2013 08:40:42 -0500 Received: by mail-oa0-f53.google.com with SMTP id l20so405912oag.40 for ; Tue, 29 Jan 2013 05:40:38 -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=igmsKuQkENTJ5/Q2QXrarN5gLh6s5xWyRKZ8VRc8Mr4=; b=iOxoNuLX5R8EHCXokmBxRD4HPdBBcE502nvckUD7Eyk1hEr83gMjHXVEjaeHRED85H AKnZskp5SmT+9oweJywnSdQNB0vXLUOwuHpZwTBjsqcw7OBcE+910Dro7ot3OdW1lIDZ YrqfWmDLmz83h+j26jGMRm9G94YOn6BIRZdKd8Ri6ss9/OLLlc0H8n4tGfmJxIlTKtIc dtnoFDcoYcjqg6wXnTPRp6lEvV/5c2brgYBu2O+k91eLzkvwU1qpEMtk/3y9+P9Y6E09 mQlnnFPcf9RwNsqRLI347GIcLGIWFjhY4llBvPw7HhLg5U8y4wF+NUBYsjlV3HBUj1Hc WJqw== X-Received: by 10.60.2.135 with SMTP id 7mr681405oeu.127.1359466838530; Tue, 29 Jan 2013 05:40:38 -0800 (PST) References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIqL8waXVttbugrqkVxisGQEOzMkQGmqwqWl5q2VWA= Date: Tue, 29 Jan 2013 15:40:37 +0200 Message-ID: <2867ee446726884cd1ac3c2d185499b4@mail.gmail.com> To: Kalle Sommer Nielsen Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlrvmB/l26d+E3gv9cke7373CRLEhSirj6o1j/T+9rD8F3lWBGDtwvaYI2AKQmu1YSFAQsTZVXLcNbYo2P44hRlpz1rS+7cs0pEVKVTbxbxtIRfHNUpSVcBl9XlnDNR5Q7ZcxJX Subject: RE: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: kalle.php@gmail.com [mailto:kalle.php@gmail.com] On Behalf Of Kalle > Sommer Nielsen > Sent: Tuesday, January 29, 2013 3:28 PM > To: Zeev Suraski > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP > distribution > > Hi Zeev > > 2013/1/29 Zeev Suraski : > > In parallel we're 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. > > I'm sorry, but I don't see why we out of a sudden should consider adding a Zend > product to the core, over that we got already, yes I'm pointing in APC's > direction, although it is in PECL. The RFC explains the pros and cons of doing that, I don't really have any additional reasons to add beyond what I already put there. I believe the pros outweigh the cons by a good considerable margin, but that's what the vote would be about. Perhaps the one thing worth adding is that the people who worked on Optimizer+ are all major php.net contributors, including Dmitry, Stas, Andi and myself - it's not some alien artifact. Zeev