Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65158 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22900 invoked from network); 25 Jan 2013 07:56:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2013 07:56:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=lang@b1-systems.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lang@b1-systems.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain b1-systems.de from 217.11.58.35 cause and error) X-PHP-List-Original-Sender: lang@b1-systems.de X-Host-Fingerprint: 217.11.58.35 mx1.b1-systems.de Linux 2.6 Received: from [217.11.58.35] ([217.11.58.35:51603] helo=mx1.b1-systems.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/61-03402-29A32015 for ; Fri, 25 Jan 2013 02:56:03 -0500 Received: from linux-md80.site (p57ABA759.dip.t-dialin.net [87.171.167.89]) by mx1.b1-systems.de (Postfix) with ESMTPSA id F3FCC4075 for ; Fri, 25 Jan 2013 08:55:57 +0100 (CET) Message-ID: <51023AB1.2010607@b1-systems.de> Date: Fri, 25 Jan 2013 08:56:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] HEADS UP: Upcoming Feature Freeze for PHP 5.5.0 From: lang@b1-systems.de (Ralf Lang) > From what I understood from Rasmus the biggest challenge with merging APC > into core is the fact that the compiler currently isn't built to support > opcode caching. One of the challenges he pointed out was some of the > MAKE_NOP trickery that can make APC's work a bit more complex than > necessary. It's possible to optimize the compiler enough to the point that > APC's code could be reduced down to very simple opcode caching, putting > less stress on the engine and making it easier to maintain. I think there was some support for moving APC first from pecl to the PHP standard distribution's ext folder before any tighter integration is started.