Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87088 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55604 invoked from network); 9 Jul 2015 15:30:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2015 15:30:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.175 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:33899] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/D1-22102-9A39E955 for ; Thu, 09 Jul 2015 11:30:50 -0400 Received: by wifm2 with SMTP id m2so22244534wif.1 for ; Thu, 09 Jul 2015 08:30:46 -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:date:message-id:subject :from:to:cc:content-type; bh=tp/Is1Mq1Y5rGQqi8OpeNqfi/h05yeBcVV+mqPE09w8=; b=qBGam88qCV+2JKzVUg57UknJE0RrPSr1vMu7yMMCn38IxrqoXsOqGkc2sPfDoZNgrb 7ikDYb5Hhh2M4MaoAFSEpideo29zsXtSg20y6h0IktMViX+n7OQBCpv5LE4HFBFlm0Ba 3T4KuEk64DMuPM8sNgy+L/MaQXbooRPCL0VhSc2Xf76nlKNnE1NQFmbdnUkBTS4iFpk3 FS0DDjPpUV5njO7U0iWmGZbd6QlxXkxSMmnfo75Vqx4Wdll0xF1OhwKfoH9YYbT/UhF6 y7pht+28/OCU8x+m+QLMhdXqjwxSJHmIFTdfgK5pI3riVi8RTWufH2a3JcdfVA6HlPTL zRZg== MIME-Version: 1.0 X-Received: by 10.180.75.4 with SMTP id y4mr85545839wiv.1.1436455846541; Thu, 09 Jul 2015 08:30:46 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.28.212.67 with HTTP; Thu, 9 Jul 2015 08:30:46 -0700 (PDT) In-Reply-To: References: Date: Thu, 9 Jul 2015 17:30:46 +0200 X-Google-Sender-Auth: NcVmp_Sp3OpL2JPfcMVUL7evlXA Message-ID: To: Patrick ALLAERT Cc: PHP Development , Olivier Garcia Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Very strange error message From: kalle@php.net (Kalle Sommer Nielsen) Hi Patrick > Any clue of what happened? PHP bug, APC one? Memory corruption? Bad karma > or planets wrongly aligned? At first it sounds like an APC issue, is it reproducible without? APC never fully supported 5.4 and onwards besides a few changes here and there, so it could also be a coverage issue. -- regards, Kalle Sommer Nielsen kalle@php.net