Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66739 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4373 invoked from network); 21 Mar 2013 15:33:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2013 15:33:37 -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 209.85.212.43 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.43 mail-vb0-f43.google.com Received: from [209.85.212.43] ([209.85.212.43:65361] helo=mail-vb0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/E3-07112-F482B415 for ; Thu, 21 Mar 2013 10:33:36 -0500 Received: by mail-vb0-f43.google.com with SMTP id fs19so2021130vbb.30 for ; Thu, 21 Mar 2013 08:33:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=JYL1z+wuGEzUizMPVcf6WdYKdBrfwRV5r5HkoULZcpM=; b=ZJEKf/F+oTD7/FmfIdnROVkMH+k/Y3j9tm1L8qnvDcgOw2dsIarPp+hQttbP51X+fs bo2QPzt53OFH9dLph3HJFaSD1rA8YGys/UWGajoNA6FrD4lAuYHruu/fh0GHpB7bwbeG gAj9OFq+n4+NqOg4OMcIZoB4N/GMvmdA7ogIgtr+Vkmo/qISDQOYSBV6nZCVIuFZmlx+ 4X0YKZ+YwIEcF+1L93L4bMyiTaueUVbmAh64COco+3oCLdfZVxxDggPSHh7dL3dlquaE cyA4p+WbIv5JHe3NpryWs5aE0cZYyntwJgAsF6wbVs2uNMQmdxTnv758xKAfypwqlSpW 5Nxg== X-Received: by 10.220.91.17 with SMTP id k17mr14108399vcm.36.1363880013350; Thu, 21 Mar 2013 08:33:33 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.221.9.133 with HTTP; Thu, 21 Mar 2013 08:32:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Mar 2013 16:32:53 +0100 X-Google-Sender-Auth: aoRCLmOhIii6N5P1LEiIeMPzYvQ Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=047d7b33d9e2b67bf204d8710f2d Subject: Re: [PHP-DEV] Enable Zend OPCache by default in php.ini-development during beta phase? From: jpauli@php.net (Julien Pauli) --047d7b33d9e2b67bf204d8710f2d Content-Type: text/plain; charset=ISO-8859-1 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. > > +1 Be carefull to pass the refresh param to 0sec for the script to be parsed every time. In dev env, one expects its script to be reparsed at every refresh or test. Julien.Pauli --047d7b33d9e2b67bf204d8710f2d--