Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64374 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60195 invoked from network); 20 Dec 2012 08:02:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2012 08:02:36 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.181 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.210.181 mail-ia0-f181.google.com Received: from [209.85.210.181] ([209.85.210.181:59059] helo=mail-ia0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/1B-04341-B16C2D05 for ; Thu, 20 Dec 2012 03:02:36 -0500 Received: by mail-ia0-f181.google.com with SMTP id s32so2543270iak.26 for ; Thu, 20 Dec 2012 00:02:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UhYZ+AkwvAPSfbjo4O4z2GRjxkk9QTESp41IWIbyfkM=; b=Cox93SF+AOejNJbl3sf4aCCqGXdQCcPfTu/ZrYxifst24tYBTmkckLp11AZTS6UOgb xifO88NSjo/2yi2OFWKcJwyJW1NAmLv+xnKYtuWhUP4mXIGExVzdjT5Zt+NcHMpEAuUW 9tQHqU+X31rnU4Krv1/bkiYDZTSeEyVx0JlSRmzXNTy1JXuhTBy7ArjFyVU8RvR7Zfl4 sGun7quJ4mSunpD9yN6uqY68GTzuhd6bMPfc8n6/6kTGr+EVSSwdsYR3Ingy97+HTOVx sNcmP6R1boZbf9JdpZFIr7x9OHH7wlmaDNc7pJ8XBhXCBalx6yg7EHADKrZE+rFKwuwQ Dn8w== MIME-Version: 1.0 Received: by 10.50.42.200 with SMTP id q8mr4581161igl.102.1355990552965; Thu, 20 Dec 2012 00:02:32 -0800 (PST) Received: by 10.64.29.50 with HTTP; Thu, 20 Dec 2012 00:02:32 -0800 (PST) In-Reply-To: References: <50D210F9.8050707@lerdorf.com> Date: Thu, 20 Dec 2012 09:02:32 +0100 Message-ID: To: Dmitry Stogov Cc: Rasmus Lerdorf , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Complete traits redesign for 5.5 From: pierre.php@gmail.com (Pierre Joye) hi Dmitry! On Thu, Dec 20, 2012 at 7:54 AM, Dmitry Stogov wrote: Thanks a lot to work on that :) > I'm not sure about APC, I saw the problem in ZendOptimizerPlus with > php-5.4.10. > O+ crashes (or corrupts memory and crashes on following requests) on each > trait usage. > The problem that PHP tries to deallocate names of methods defined in > traits, but O+ keeps them in SHM. > I believe APC must have the same problem. Do you have some phpt to share? I can run them in our tests labs and report issues to the bugs tracker, and see if Anatolyi can help to fix them as well. Cheers, -- Pierre @pierrejoye