Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73809 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46908 invoked from network); 26 Apr 2014 07:56:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2014 07:56:56 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.212.172 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:57427] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/91-34885-3C66B535 for ; Sat, 26 Apr 2014 03:56:55 -0400 Received: by mail-wi0-f172.google.com with SMTP id hi2so3652491wib.11 for ; Sat, 26 Apr 2014 00:56:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:date:content-type :mime-version:content-transfer-encoding; bh=RxTU4pQWJJHgv3UocG3KLk6ajnZvtClVaLqyzYxj2OI=; b=fCURKu4mc+POPfdUpyirPFoG87Pa3xAYDGstUKcjh9KU5kfGPmbh4zFHw8XSSZacTr 16WVawjfW6P30KKzx8Wtbl2yunClkX6AMk65clFqbA7vFXWNEct/yEkYDOxrDhg6oSdj 7QXhRbFhBWOlfXTNSA15Y/73fztlP3PG2IGWJusHqBC0+09EnQlKl7o1aI6JsAA5TveE vK51N15gA/tI+exKmlN+agWOOz7hZKI5h55lIa5VywbaSLuBsYBetzvwMcmZ2/r0CjkQ MKENw1HVk9pYEZKFNnCWFO5xIx0ONIrNwxRJNQ0oc6N/FpdhwzIgrodoMAChVv4TEJdK hd/Q== X-Gm-Message-State: ALoCoQmqoQm3oA1JNhfzXNSyV5UaHbXyn9tAVHSsARGjIIBWiJ5i7xJtECTXOLDJlWVDWs7ojM8Q X-Received: by 10.180.8.136 with SMTP id r8mr6976782wia.60.1398499008853; Sat, 26 Apr 2014 00:56:48 -0700 (PDT) Received: from [192.168.1.6] (host-92-20-152-221.as13285.net. [92.20.152.221]) by mx.google.com with ESMTPSA id q9sm5320607wjo.3.2014.04.26.00.56.47 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 26 Apr 2014 00:56:48 -0700 (PDT) Message-ID: <1398499006.28614.13.camel@localhost.localdomain> To: PHP internals Date: Sat, 26 Apr 2014 08:56:46 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: debugInfo + opcache From: pthreads@pthreads.org (Joe Watkins) 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 ... Cheers Joe