Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64352 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45110 invoked from network); 19 Dec 2012 06:39:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2012 06:39:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:54686] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/01-33799-E1161D05 for ; Wed, 19 Dec 2012 01:39:27 -0500 Received: by mail-ob0-f178.google.com with SMTP id eh20so1560261obb.23 for ; Tue, 18 Dec 2012 22:39:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=39WdG1BYmtpuvC7F9hrg4nrtjWKusWr5SmfSp3orRuQ=; b=dXyjeE8utIpXSrLMPB1qZ8jx1gMYTIIP4pDu6NtgY7ipe/HddudvVoNApgwkLVYlJo uuJOwRfYR1Qv7lP1SXz+mnsJ2GH3nP4NpY4kcWpgaVGNnJECt40ZLzq7kuOFbSDcAnLv JwEO46VFTuBu/E+veuZQlY5GkdP1JVcN6KPWr8qm13ukl1i4T22ytOjkeyinooGA1TU2 +QM4RK7hSJIBej9NCMgXahFkSWBItyL1ijNrgr5wcjKemAA4li6mcP7DOrAfhzHHv6xH 7a6SQm8cysR7rS7y6J9bBIafDJiY/sblY1akwjxGMoH4x7ex86wNEwkD6SDjK4E7MIBy /Fgw== MIME-Version: 1.0 Received: by 10.60.29.70 with SMTP id i6mr4122102oeh.38.1355899163352; Tue, 18 Dec 2012 22:39:23 -0800 (PST) Received: by 10.182.214.106 with HTTP; Tue, 18 Dec 2012 22:39:23 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Dec 2012 09:39:23 +0300 Message-ID: To: Leigh Cc: PHP Internals , Rasmus Lerdorf Content-Type: multipart/alternative; boundary=e89a8ff25644fb9f1b04d12edf49 X-Gm-Message-State: ALoCoQnrOI6P48vCi9zNjfEtN2CxIsgXVNJtIPb7gkBmHAwlLQD0TOl90RvRwQh7BxaqMqdYSnUQpOb3vnlcUnMYTNStvzVj4fBOBG6mvVGw0t0MspeuzGZmISRulB26FwUbs8gCJBaO Subject: Re: [PHP-DEV] Complete traits redesign for 5.5 From: dmitry@zend.com (Dmitry Stogov) --e89a8ff25644fb9f1b04d12edf49 Content-Type: text/plain; charset=UTF-8 Hi, opcode caches support is one of the problem we have with current implementation. 5.4.10 seems just can't work with any cache at all. Of course, I'll care about it, and may give suggestions for necessary APC changes. Thanks. Dmitry. On Tue, Dec 18, 2012 at 5:03 PM, Leigh wrote: > > Hi Dmitry > > On 18 December 2012 11:37, Dmitry Stogov wrote: > >> The new solution may significantly change implementation and even behavior >> in some cases (e.g https://bugs.php.net/bug.php?id=62069). >> > > If you have any idea, do you know what the implications of your changes > are on APC? > > We're preparing for 5.5 and we still don't have a "stable" tag of APC for > 5.4 yet. > > I'd hate to see us in the same situation with 5.5, where people simply > will not upgrade because APC needs massive amounts of work to get it back > to a stable state. > --e89a8ff25644fb9f1b04d12edf49--