Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66740 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7968 invoked from network); 21 Mar 2013 16:11:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2013 16:11:40 -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.215.54 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:34368] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/64-07112-B313B415 for ; Thu, 21 Mar 2013 11:11:40 -0500 Received: by mail-la0-f54.google.com with SMTP id gw10so5542701lab.27 for ; Thu, 21 Mar 2013 09:11:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=CV//oJjR7D2RBhY0xUz+LzDjah7XliL6WdTMMHJhn7s=; b=p00ttsPOYCJNS9fe8O6w2ibQwxhZfaU+ItgpTj+7G0Q1dRFrnAftqK9haQ0LH56vHm nM+tYhL8LNpcSieCTwYsbhN30ffz5+tXPbjuKryEVnbxvZ7343itIpWBvA5mkUo9LKSL 9giY5SQuSNE2dNpRHWDxXxp2Ak988QsLUxi/9M32zjNgVHDd9IN9g55CNGCiWqETlgJp miUPjV58nMQHlo91kaIGgx17AXaaY5bxhUXoWp9huTyqcayUQeqKwsYnqDvYrZhLuavu TOnTfnffbDjZESud2wxW1WL+3gQhN4LgnLiiISjkHRXkhE9k4JRqsWP2arZEBT56zJcm jdOQ== MIME-Version: 1.0 X-Received: by 10.152.104.80 with SMTP id gc16mr7942031lab.49.1363882297007; Thu, 21 Mar 2013 09:11:37 -0700 (PDT) Received: by 10.112.38.199 with HTTP; Thu, 21 Mar 2013 09:11:36 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Mar 2013 17:11:36 +0100 Message-ID: To: David Soria Parra Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Enable Zend OPCache by default in php.ini-development during beta phase? From: pierre.php@gmail.com (Pierre Joye) hi, On Thu, Mar 21, 2013 at 4:02 PM, 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. Sounds good and best way to get more tests results. However I'd to suggest to disable the comment optimization as well per default, and maybe reduce the default optimization level (see the reflection bug). Whether we enable it or not per default on final should be decided via an extra vote and based on its status. Cheers, -- Pierre @pierrejoye