Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65386 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61514 invoked from network); 29 Jan 2013 13:41:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 13:41:03 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.172 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.220.172 mail-vc0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:63121] helo=mail-vc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/FA-10721-C61D7015 for ; Tue, 29 Jan 2013 08:41:02 -0500 Received: by mail-vc0-f172.google.com with SMTP id l6so271705vcl.3 for ; Tue, 29 Jan 2013 05:40:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=dz9NPhqAKVSso3dG+sNDa/SaXnzIjyzcxkkxhWw3ufQ=; b=SOvKXM5GuxOYxESfhJyNfEhsZHqXIKnhQ2Wg9+wVwy33OPCxpB/+/l10tt4b2HmqF5 EXtW/+zEEkfKEdR+6Y9Bqo37slLb67ejsIzvdmdWOC5TQ0Ow13sOU+nNVodbCV9yPWCh zLv9mK9yUJtVonEDSA6kOs/y57X8+dzPR2csy4JaTkJSNgk5ZEWjhujGuJf9KkbTiJGP Eg3ihz6zvMQ1BkW/8xapieU2dxFNc0ti0UiHvwWh3i/Vea91JPudPpN5JNY+u/M1aDxp PErmVALsU+vL6KlOp92j8paBIykIf6rFPE42t6SbGI1dNnKrvej0wdDse1NxcOjaxaWA 6fqQ== MIME-Version: 1.0 X-Received: by 10.220.150.83 with SMTP id x19mr981000vcv.25.1359466857328; Tue, 29 Jan 2013 05:40:57 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.58.180.10 with HTTP; Tue, 29 Jan 2013 05:40:57 -0800 (PST) In-Reply-To: References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> Date: Tue, 29 Jan 2013 14:40:57 +0100 X-Google-Sender-Auth: bmE12Ne9GKIF1VnRmZ5RIdRvN3g Message-ID: To: Pierre Joye Cc: Zeev Suraski , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: kalle@php.net (Kalle Sommer Nielsen) Hi Pierre 2013/1/29 Pierre Joye : > It is not done yet. But given that the code is clean and easily > maintainable, it could be much more efficient for us to focus on one > extension and make it rock instead of trying to get each of them work > well. As Rasmus stated, between the opcode/engine and the way such > extensions work, we only have a handful of developers able to work on > them, and not full time. I totally agree that having one extension and making it work altogether is better, but the way I see it presented is that Zend wants to lends us a hand if we pick their product, FOSS it and put it into the core, so we got some more people working on it (I won't say full time), but I'm sure that if its a Zend product there are gonna be some more attention to it from their side. -- regards, Kalle Sommer Nielsen kalle@php.net