Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1182 invoked from network); 21 Mar 2013 15:02:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2013 15:02:07 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Thu, 21 Mar 2013 10:02:05 -0500 Received: from [217.114.211.68] ([217.114.211.68:11369] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/73-07112-CE02B415 for ; Thu, 21 Mar 2013 10:02:05 -0500 To: internals@lists.php.net User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Enable Zend OPCache by default in php.ini-development during beta phase? From: dsp@php.net (David Soria Parra) Hi Internals, I added the default Zend OPCache settings to php.ini-development and php.ini-production atm. To have more people testing the opcache I would like to enable the OPCache in php.ini-development during the beta phase and disable it once we start the first RC. I hope we catch more errors with standard applications. As betas should not be used in production I think we won't have much problems with temporarly enable it. In case there are no objections I will commit this before beta 2. David