Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76424 invoked from network); 25 Jan 2013 16:52:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2013 16:52:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:58530] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/58-03402-C38B2015 for ; Fri, 25 Jan 2013 11:52:14 -0500 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 04F37DE13D; Fri, 25 Jan 2013 16:52:07 +0000 (GMT) Date: Fri, 25 Jan 2013 17:52:05 +0100 (CET) X-X-Sender: derick@whisky.home.derickrethans.nl To: Rasmus Lerdorf cc: Zeev Suraski , PHP Developers Mailing List In-Reply-To: <51024016.4010005@lerdorf.com> Message-ID: References: <51023AB1.2010607@b1-systems.de> <51024016.4010005@lerdorf.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-172883356-1359132729=:6128" Subject: Re: [PHP-DEV] HEADS UP: Upcoming Feature Freeze for PHP 5.5.0 From: derick@php.net (Derick Rethans) --8323329-172883356-1359132729=:6128 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 25 Jan 2013, Rasmus Lerdorf wrote: > =E2=80=A6or perhaps more realistically making it a priority in PHP 5.6 to > streamline the engine and the executor for opcode caching and either > including a heavily simplified version of APC or writing a new one. I think that's probably one of the key points to take away here. Making=20 things less complex for an opcode cache also benefits other tools.=20 (Either with APC, or if we choose to pick Optimizer+) cheers, Derick --8323329-172883356-1359132729=:6128--