Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64363 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4787 invoked from network); 19 Dec 2012 19:09:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2012 19:09:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.181 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.181 mail-qc0-f181.google.com Received: from [209.85.216.181] ([209.85.216.181:43362] helo=mail-qc0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/D4-04341-00112D05 for ; Wed, 19 Dec 2012 14:09:52 -0500 Received: by mail-qc0-f181.google.com with SMTP id x40so1303866qcp.40 for ; Wed, 19 Dec 2012 11:09:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=u1djNxQeXF+MPGz9rC4pbNPewV8b4t0SEZrr9/AbA5s=; b=dNqu+xRgy5MgeLzfR1zQyq7ihVZefoA5KBgpuXYOIZzbMZ0qe1bpARQqytQv2NqoD6 hoYkUWKfseW0VnbAytTXDcrvIw4kk50kxFEqtnyYZizoYSRBXYJh95UeXAdWkOFbbXT9 zXluDYzji1HKIl2tg3BkAcIWUo09KTN+/DKaKO7EGIbh2VnW6tLe6PtwgRUF79oj7fVH jQ7pQ4qqCJZWwm6fBhH4KIf8IDVoX3g3SUBX3xixQG4G956P22/mdy+2PpMZD0NXbNYU V2O0hKldBiQZaEWssb/TWKlhDCs1U5aaBRYcHR0RrJuBgntJ06xplggte4KIyZv0wg6X G9jA== X-Received: by 10.49.1.47 with SMTP id 15mr3787671qej.46.1355944189108; Wed, 19 Dec 2012 11:09:49 -0800 (PST) Received: from [10.252.1.93] ([64.124.192.210]) by mx.google.com with ESMTPS id q2sm1668177qaz.2.2012.12.19.11.09.46 (version=SSLv3 cipher=OTHER); Wed, 19 Dec 2012 11:09:47 -0800 (PST) Message-ID: <50D210F9.8050707@lerdorf.com> Date: Wed, 19 Dec 2012 14:09:45 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Dmitry Stogov CC: PHP Internals References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQllaGbKBbHvVnbQA+S2n2rkuNErbOfOELsK6shCtXEwQqYZ3mVEtuqzvEAdGv3s7TcoR+qI Subject: Re: [PHP-DEV] Complete traits redesign for 5.5 From: rasmus@lerdorf.com (Rasmus Lerdorf) On 12/19/2012 01:39 AM, Dmitry Stogov wrote: > 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. Do you have an example use of traits that doesn't work with APC? I actually thought we had gotten to all of the edge cases here. At least all the trait tests pass currently with APC. But yes, it was a pain, so some cleanup would be good. -Rasmus