Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64375 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61731 invoked from network); 20 Dec 2012 08:07:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2012 08:07:40 -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.174 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.210.174 mail-ia0-f174.google.com Received: from [209.85.210.174] ([209.85.210.174:46051] helo=mail-ia0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/6B-04341-B47C2D05 for ; Thu, 20 Dec 2012 03:07:39 -0500 Received: by mail-ia0-f174.google.com with SMTP id y25so2607507iay.33 for ; Thu, 20 Dec 2012 00:07:37 -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=2JJcA2JDpE/vzsfVlMBTUXtU/mjoRXNL6HwuoeWNR4A=; b=rmr1dL25Yq+vB+FRkgdzp1VHkdOFGzlRKtvbrRYcyLLUsB4pQmwqAn9ksChd91+wwQ q4FogCRlLzvLBoZvvpn4NYw6cOfBcR+GVoxikyFH4EZ5agQogKb6g6/dNdEhGRampF0u bP9a1mQXzlvtT823GB1wzQxk0dWg5jQxPbrqHFLvqw/HvQHKVetmBxmsTUNgq+iejEps p0ckJfRVLkorD4LyMxDU8GXDHOI18y9JofbatA5vYf8uxTRH8KV90MfgEk0PepWJO17o QyR4o1Ar27dDglqWQGphTn0TPtJ2CPYkKp8rXp6J221QJieI1AOq8k4pFPP5TMRIAzUl RQSA== MIME-Version: 1.0 Received: by 10.42.32.71 with SMTP id c7mr8358325icd.35.1355990857285; Thu, 20 Dec 2012 00:07:37 -0800 (PST) Received: by 10.64.29.50 with HTTP; Thu, 20 Dec 2012 00:07:37 -0800 (PST) In-Reply-To: References: <50D210F9.8050707@lerdorf.com> Date: Thu, 20 Dec 2012 09:07:37 +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) btw, same to test your changes/branch, as we have seen some crashes happening more easily on windows (same bug(s) on linux but with harder to get them crash). On Thu, Dec 20, 2012 at 9:02 AM, Pierre Joye wrote: > 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 -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org