Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65169 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65734 invoked from network); 25 Jan 2013 15:44:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2013 15:44:42 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.176 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:46935] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/96-03402-968A2015 for ; Fri, 25 Jan 2013 10:44:42 -0500 Received: by mail-ob0-f176.google.com with SMTP id v19so554956obq.21 for ; Fri, 25 Jan 2013 07:44:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=kU9PYiXwU4xtOP899Hp2KOZgzbBsThReSlMva12WSrY=; b=hQYW9PZgK56G3Wu2ReIbViENoL75Mjg++Tjy5tFX5DQFDo1pDOUaPKJMsPqfTXALy9 zBOaTiqS7Elyhw0Tn9huwbjt300mf/WTbG+1MD9QNNjQ7fZ+Llb02hiWEc+ulP08CHif yDudALrF3YEkP5rce1TWJpeaDv/VtAvWfMuETjAVIjRXBRTVvQQxicIKow3iu5qDMg40 WLb7dLKMueCw+vxHiQ0Ofp80670b022Yo3BkGxp9ZU+m+B/m8dnE9N1Rm5m6eINXdq9Y gLqaKF72PPP7xuS1cKze4lNdG6udvbshJMTVR+eVUmkxW/1MN8Mhf470DMcA6vfIrlyx X8sw== MIME-Version: 1.0 X-Received: by 10.60.1.168 with SMTP id 8mr4802940oen.46.1359128679232; Fri, 25 Jan 2013 07:44:39 -0800 (PST) Received: by 10.76.82.234 with HTTP; Fri, 25 Jan 2013 07:44:39 -0800 (PST) In-Reply-To: <51024016.4010005@lerdorf.com> References: <51023AB1.2010607@b1-systems.de> <51024016.4010005@lerdorf.com> Date: Fri, 25 Jan 2013 08:44:39 -0700 Message-ID: To: Rasmus Lerdorf Cc: Ralf Lang , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] HEADS UP: Upcoming Feature Freeze for PHP 5.5.0 From: morrison.levi@gmail.com (Levi Morrison) > One thing I can guarantee is that if we add it to core in its current > condition it will delay 5.5 by 6+ months if not longer. I am not familiar with the details of opcodes at all, let alone APC. However, I think it would be wise to delay major core changes for APC until the next major version of PHP. I don't think a minor release is appropriate for this kind of change because of the amount of possible breakage. This is just my opinion, of course.