Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66293 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46192 invoked from network); 27 Feb 2013 19:31:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2013 19:31:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.220.180 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.180 mail-vc0-f180.google.com Received: from [209.85.220.180] ([209.85.220.180:42497] helo=mail-vc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/97-33355-A0F5E215 for ; Wed, 27 Feb 2013 14:31:22 -0500 Received: by mail-vc0-f180.google.com with SMTP id fo13so644569vcb.11 for ; Wed, 27 Feb 2013 11:31:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=UcW6KwkJ9+wqSb1P7J9J/pn6Z1PojKkLBCQIZ3HDPgo=; b=Hu5SOuOqnnNYsu/pPJUYWR45zK0vJzP8vv1okw3CMKWqHXUC9Ne8o23v+C1sz6eoVZ e82+5MWiJjY+y4rIe9Hm5rAChqwLH1BIzN8EFHs7HGpsSpXKAZdFcmCC//mfvswFbfQP +CBpLfcIZZgthIplKmtk/9Rp/Ai9rDGgpuG3sQDD2c9hAPXtleOTmeCZHRC8DOux2R8p Umov5U7165d5RsbQGUiXfQTzj6USrUjIrRjWVS1LVSbiJU6Ca2V7GOBsXfHTwRrq41Pi xCZgUyfI9HLrzuepdb2+eEv0P38X8dCGAaghU8hxhDLYD+2LsXprCHAoiefX2A15Tuhb uDEA== X-Received: by 10.52.155.228 with SMTP id vz4mr1230689vdb.5.1361993479485; Wed, 27 Feb 2013 11:31:19 -0800 (PST) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id d13sm1329085vdj.8.2013.02.27.11.31.17 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 11:31:18 -0800 (PST) Message-ID: <512E5F04.1050708@lerdorf.com> Date: Wed, 27 Feb 2013 11:31:16 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: Pierre Joye CC: Christopher Jones , PHP internals , Zeev Suraski References: <512E5907.4080409@oracle.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQl4b9W3S1H8V8f7Duz0OI6jEXyKFCmmN3nI6wVN6lcK9hlcVWu7ADxYi5uWwhg53WSDbvuQ Subject: Re: [PHP-DEV] O+ - are we ready to go ahead and vote? From: rasmus@lerdorf.com (Rasmus Lerdorf) On 02/27/2013 11:26 AM, Pierre Joye wrote: > On Wed, Feb 27, 2013 at 8:05 PM, Christopher Jones > wrote: > >> Are there any updated guesstimates at how long integration into PHP 5.5 will >> take? > > There will be no integration, but the idea is to bundle it, as it is. > The actual integration is a large task and should/will target 5.6 and > later. That's not true, there will be some. When bundling it with 5.5 we can remove the ifdefs and extra code only needed for prior versions, for example, and we should rename the ini names and such. So simple 30-minute cleanup type of stuff, but yes, deep integration with the compiler and executor will be left for later. -Rasmus