Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81695 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59557 invoked from network); 3 Feb 2015 09:06:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2015 09:06:20 -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 74.125.82.179 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.179 mail-we0-f179.google.com Received: from [74.125.82.179] ([74.125.82.179:40672] helo=mail-we0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/85-20608-B8F80D45 for ; Tue, 03 Feb 2015 04:06:20 -0500 Received: by mail-we0-f179.google.com with SMTP id q59so43671612wes.10 for ; Tue, 03 Feb 2015 01:06:16 -0800 (PST) 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=NyjFkZs5z5OyXALrqGwaEBGlzKMR2eLodnG/iFEdgKo=; b=dHxAVF2TItTXZCsL7mHBH+FpjS4pYRHrkgRyiULI95vzn3TDAf41CjC7zE81GPCOZY SA5bGcwKoClft5H5PQBLJ10HuO9y4XE1TOciEjnkky4m0bZ1Tf+FZLQ7JvW3TenFHOcO OXkyyDdrTfLr3cTA+9C+niMu1Q5XVmHUBQBS5WUmFS3ZiYcsh/FAMttcdZ9Ya3r7LrQx yrexQbby0GoBhfPRih4F1V9egaLH6QzVVehknPjVO1Bzojop+BLycOcqVJqrpZ1PKPER YipcAVoZ3IUxnVlIi3HlC+/vgxy2pZ/9dfbiMtFel6zMXqP7XQ2g0btZGa6bnJLM5/Ds C+Sw== X-Received: by 10.194.85.233 with SMTP id k9mr6917664wjz.106.1422954375884; Tue, 03 Feb 2015 01:06:15 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.94.137 with HTTP; Tue, 3 Feb 2015 01:05:35 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Feb 2015 10:05:35 +0100 X-Google-Sender-Auth: G7uhoudJBCg1k-kwWmVjREFavgw Message-ID: To: Pierre Joye Cc: Laruence , PHP internals Content-Type: multipart/alternative; boundary=089e0102e3e01b380a050e2b625d Subject: Re: [PHP-DEV] Enable opcache by default in PHP7? From: jpauli@php.net (Julien Pauli) --089e0102e3e01b380a050e2b625d Content-Type: text/plain; charset=UTF-8 OPcache will bring nothing to dev env, except possible failures and WTFs. So I suggest not enabling it in development php.ini. Julien.P On Tue, Feb 3, 2015 at 6:59 AM, Pierre Joye wrote: > On Feb 3, 2015 11:26 AM, "Xinchen Hui" wrote: > > > > Hey: > > > > opcache is disabled by default configure, I am plan to enable it > > by default > > > > and also add zend_extension=opcache.so in > php.ini-product/developmement > > > > is there any objections or concerns? > > > > thanks > > No problem here for production. I am however not sure about Dev, it can > still be disable using ini setting but I am not sure it works well with any > debugging extension out there. Does it? > --089e0102e3e01b380a050e2b625d--