Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73824 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68980 invoked from network); 28 Apr 2014 09:10:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2014 09:10:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.169 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.169 mail-vc0-f169.google.com Received: from [209.85.220.169] ([209.85.220.169:54873] helo=mail-vc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/C1-49136-70B1E535 for ; Mon, 28 Apr 2014 05:10:32 -0400 Received: by mail-vc0-f169.google.com with SMTP id im17so7929922vcb.0 for ; Mon, 28 Apr 2014 02:10:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=bqrvxgeK0NSTO9L0MEN7nAVzM+MYdshPBDLSJgjOnUU=; b=OHC97lh8F/pRNdOXDAUki9J2rAq1ixvwwm5IBOAGzu2BwRoTogN1OteO3/8xZkImT+ npYcZK2/ihXgnHiOdnNbCmJvn0kxC30VJNkE4LCjV3gkpK+dHCKV2Exrkhj6kcfgrqRh yEgY0/ysMjJeA+G2tdqMxMxt/8BsJeY4Y2RKflSUixCDkEigErTR8YrAb3eRPT2NV3rJ +zjVGRrrAijuvjN5Y7FiunpAO627d7aleWsOkri42AUaTvD3QvzX6/6cdRcQo4fWK9ba Qu3xzZ2RA7Xj4yHSFL0hm5krXKbvMfLc9o1I9JSFn3kv3EtRXb2pDLpEO1cbLBkwJPRU kvkg== X-Received: by 10.52.251.199 with SMTP id zm7mr19718953vdc.21.1398676229548; Mon, 28 Apr 2014 02:10:29 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Mon, 28 Apr 2014 02:09:49 -0700 (PDT) In-Reply-To: <1398499006.28614.13.camel@localhost.localdomain> References: <1398499006.28614.13.camel@localhost.localdomain> Date: Mon, 28 Apr 2014 11:09:49 +0200 X-Google-Sender-Auth: tB6qEEDXKQJTH5LFvtRbFEJG4Hg Message-ID: To: Joe Watkins Cc: PHP internals , Dmitry Stogov , Laruence Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] debugInfo + opcache From: jpauli@php.net (Julien Pauli) On Sat, Apr 26, 2014 at 9:56 AM, Joe Watkins wrote: > Morning Internalz, > > When the debugInfo patch was merged, opcache was not updated to support > it. > > This has cost me many hours of running around after ghosts, someone > please merge this in the appropriate places: > > https://gist.github.com/krakjoe/d5a95132ca52a2d2f718 > > This is not purely academic, if you use debugInfo you make opcache > unstable, I'd merge it myself if I weren't in the middle of three other > things and could commit to pecl repo for opcache. > > In case not clear ... fix it fix it fix it ... asap ... Hi, CCing Zend guys for them to commit it to the Opcache repo. Thx. Julien