Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70369 invoked from network); 28 Apr 2014 09:12:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2014 09:12:51 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.178 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 74.125.82.178 mail-we0-f178.google.com Received: from [74.125.82.178] ([74.125.82.178:56046] helo=mail-we0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/12-49136-29B1E535 for ; Mon, 28 Apr 2014 05:12:51 -0400 Received: by mail-we0-f178.google.com with SMTP id q59so574490wes.9 for ; Mon, 28 Apr 2014 02:12:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DWijS1k13K6J9W+kEBT8XwdTAcFjzjGuZoSNClADgCY=; b=fkEaAfDvTn3g7HAi27xHuS9q43Y4ySfIsX4iXFsxTBc+In5kpIkTYzt4it6ZPSTj2o IWHU7m4hbRu+fb1M2FyAuVjDO/DMppw3+W6yLap+Wq36kl/YqCoaIKjoG1i4BF0iKoc8 rtIA4jBzeAwsgFLhsjzHHTETlCxfbJG6DI+PsDBQTXuU80HC3uygCq2w78guBYvZQP84 0aw+tH4KPCl9S2sYgkMUyKQ2cBfs6uEMSnTxinWvrsxBPCe7U6LFRrMzsQHwL3PliQXc VjVnoB/4iX0kCpIb3I5cUoslK/+17isPTapOkNptfptgCF7tp4zieIlcxoQoReGeldVB /NKQ== X-Gm-Message-State: ALoCoQm/vVFwxM34kk57c8IWvTIJZ/pYUVzlAy3ZUnMhmS8LRbfZ9JTcRLfN1s587h49p+oEt61MYI1xnGpAeETvj4uB2SyM4gTFChx/+IV2ZbUAG9Fd6ek07CDEScR8DfbqdBDKRvjo MIME-Version: 1.0 X-Received: by 10.194.92.7 with SMTP id ci7mr18310475wjb.7.1398676367517; Mon, 28 Apr 2014 02:12:47 -0700 (PDT) Received: by 10.227.57.133 with HTTP; Mon, 28 Apr 2014 02:12:47 -0700 (PDT) In-Reply-To: References: <1398499006.28614.13.camel@localhost.localdomain> Date: Mon, 28 Apr 2014 13:12:47 +0400 Message-ID: To: Julien Pauli Cc: Joe Watkins , PHP internals , Dmitry Stogov , Laruence Content-Type: multipart/alternative; boundary=089e014946020ac66204f816b8c0 Subject: Re: [PHP-DEV] debugInfo + opcache From: dmitry@zend.com (Dmitry Stogov) --089e014946020ac66204f816b8c0 Content-Type: text/plain; charset=UTF-8 thanks. I'll apply it later. Dmitry. On Mon, Apr 28, 2014 at 1:09 PM, Julien Pauli wrote: > 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 > --089e014946020ac66204f816b8c0--