Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52257 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68010 invoked from network); 10 May 2011 19:52:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2011 19:52:20 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 74.125.83.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:54996] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/92-04851-27799CD4 for ; Tue, 10 May 2011 15:52:20 -0400 Received: by pvg16 with SMTP id 16so3406638pvg.29 for ; Tue, 10 May 2011 12:52:10 -0700 (PDT) Received: by 10.142.165.2 with SMTP id n2mr4840345wfe.5.1305057129928; Tue, 10 May 2011 12:52:09 -0700 (PDT) Received: from [192.168.200.140] (c-76-126-236-132.hsd1.ca.comcast.net [76.126.236.132]) by mx.google.com with ESMTPS id k6sm9858895wfa.17.2011.05.10.12.52.08 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 May 2011 12:52:08 -0700 (PDT) Message-ID: <4DC99768.808@lerdorf.com> Date: Tue, 10 May 2011 12:52:08 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: Drak CC: "guilhermeblanco@gmail.com" , PHP internals References: <4DC826B1.4090806@lerdorf.com> <4DC82A36.8090604@lerdorf.com> <4DC83401.2090202@sugarcrm.com> <4DC8D122.3050507@lsces.co.uk> <4DC8F125.2010503@toolpark.com> <4DC8FB1A.7040206@lerdorf.com> <4DC98100.6080806@oracle.com> <4DC9827B.6080409@lsces.co.uk> <4DC995C2.6080000@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] annotations again From: rasmus@lerdorf.com (Rasmus Lerdorf) On 05/10/2011 12:49 PM, Drak wrote: > On 11 May 2011 01:30, Rasmus Lerdorf wrote: >> One suggestion. Be very careful about anything that requires changes in the >> opcode caches out there. Such changes will be very slow in coming, if at >> all. > > It's unrelated to this thread but, what is the status of merging APC > into the PHP core? I remember this being discussed at some point. Next major release. We don't have enough manpower to do it for 5.4. Right now it is only Gopal that is working on that code. Once we merge it is going to take people quite a while to get their heads around it. -Rasmus