Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66751 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11475 invoked from network); 22 Mar 2013 10:25:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2013 10:25:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:39387] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/C0-32001-3913C415 for ; Fri, 22 Mar 2013 05:25:24 -0500 Received: from [192.168.2.20] (ppp-46-244-128-79.dynamic.mnet-online.de [46.244.128.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 60BC8659EA; Fri, 22 Mar 2013 11:25:20 +0100 (CET) To: David Soria Parra Cc: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Fri, 22 Mar 2013 11:26:06 +0100 Message-ID: <1363947966.3107.60.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Enable Zend OPCache by default in php.ini-development during beta phase? From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2013-03-21 at 10:02 -0500, David Soria Parra wrote: > 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. As I said on IRC: The setting ios quite irrelevant. Users have to a) enable it during configure time, and b) load it via php.ini We can have the setting for testing or maybe CLI usage, but default should imo be on, else it is confusing to users. (... and we might need a way to have statically compiled Zend Exts ...) johannes