Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74064 invoked from network); 20 Jul 2012 16:50:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2012 16:50:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:64045] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/29-18983-73C89005 for ; Fri, 20 Jul 2012 12:50:00 -0400 Received: by yhoo21 with SMTP id o21so4806252yho.29 for ; Fri, 20 Jul 2012 09:49:56 -0700 (PDT) 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 :content-type; bh=oiDSGrw8KOsTiWmXFxM2gkPd2e5ZsWpIQSZCQvH8Dy0=; b=rGl0Dh6YhDPUhiS3gbMzVzE8LWqx5L1G0Qwk8Ggk9zyRUYlP/Ylx3XOWKbEB2gXeqO nHIZggQlnbCkiHjyY3GphCMpUzKDz3DiUubsqK5gdUVxM/rfBhk9jkfNl3Sm6IkMVqWv irrEG7mP89Sa6c5DWvFV9iC21wMgnFZKiCYIWUlij8QOOM0yGiG43TpGUB+e6ZAZ4Ju4 FTV4FmPluZsD6EZXhfqO+4XdJxnBlS3U2UCL+Fuztza+ocnXzg8lVdCItMdKsxmWVa4o Q0U6i7SnAAJuQPMMqvXSiaVOlYFcHhOR2OmS8AiwuIx7zc7HsWQTvLaietCfaZJXuXUx m/gA== MIME-Version: 1.0 Received: by 10.60.28.101 with SMTP id a5mr7831551oeh.69.1342802996714; Fri, 20 Jul 2012 09:49:56 -0700 (PDT) Received: by 10.76.116.168 with HTTP; Fri, 20 Jul 2012 09:49:56 -0700 (PDT) In-Reply-To: <50084E97.9030606@lerdorf.com> References: <50084E97.9030606@lerdorf.com> Date: Fri, 20 Jul 2012 12:49:56 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] How to track down an APC bug From: adamjonr@gmail.com (Adam Jon Richardson) On Thu, Jul 19, 2012 at 2:14 PM, Rasmus Lerdorf wrote: > The goal of this message is to encourage and motivate a few people to > give me a hand with tracking down APC bugs. There are still a few > outstanding bugs that is slowing PHP 5.4 adoption and it would be really > nice to plow through these instead of wasting cycles on some of the > other discussions going on here. This type of content is exactly why I'm signed up on the list. I'll not make any promises about APC work specifically (it seems a bit more complex than the other extensions), but this information generalizes to bug hunting in other extensions, too. Thank you very much! Adam