Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21268 invoked from network); 3 Feb 2015 05:59:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2015 05:59:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.175 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.175 mail-qc0-f175.google.com Received: from [209.85.216.175] ([209.85.216.175:36725] helo=mail-qc0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/00-20608-2C360D45 for ; Tue, 03 Feb 2015 00:59:30 -0500 Received: by mail-qc0-f175.google.com with SMTP id c9so33882642qcz.6 for ; Mon, 02 Feb 2015 21:59:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vhhDm6RYccWQVy9RuQlMnzLu0iqu2hNqozUWH4sII+A=; b=EEig3G9aoh1HELBqFPLmAEXfnCaO22KrsXHDevYgFOVOmml8X1dKetk+8r/PAg8KZl Gnmejzk+675MWHBerdNcMgB+1SUvTK1dZJauJEXk6l3sCZPffLJddSoT7hgjPubK0EE5 yQaBL92tEnlErg71Q66lIlE7TBwFe0JxL6cA9inQdqR/Zf8pmTzibhmrrz0f0zaEobZD vtj8T3od6oSwCAf4Yrm56SFFn2/l7ZnDc0w6ZTE1CGmxJufRet4w6wnORzPjcC1uR7FA UT+6LtLH7ZSePND71bveotP+xG7gn/sHyMREak0zuMnMcYzSgylnO74v8t6prHHVhSny czwQ== MIME-Version: 1.0 X-Received: by 10.229.114.74 with SMTP id d10mr6180398qcq.5.1422943167848; Mon, 02 Feb 2015 21:59:27 -0800 (PST) Received: by 10.96.3.168 with HTTP; Mon, 2 Feb 2015 21:59:26 -0800 (PST) Received: by 10.96.3.168 with HTTP; Mon, 2 Feb 2015 21:59:26 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Feb 2015 12:59:26 +0700 Message-ID: To: Laruence Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1133c9620e2d5b050e28c6c0 Subject: Re: [PHP-DEV] Enable opcache by default in PHP7? From: pierre.php@gmail.com (Pierre Joye) --001a1133c9620e2d5b050e28c6c0 Content-Type: text/plain; charset=UTF-8 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? --001a1133c9620e2d5b050e28c6c0--