Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81681 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23743 invoked from network); 3 Feb 2015 06:39:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2015 06:39:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.214.172 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.172 mail-ob0-f172.google.com Received: from [209.85.214.172] ([209.85.214.172:53003] helo=mail-ob0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/70-20608-C2D60D45 for ; Tue, 03 Feb 2015 01:39:41 -0500 Received: by mail-ob0-f172.google.com with SMTP id nt9so17273078obb.3 for ; Mon, 02 Feb 2015 22:39:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=U6u0QOSdtN3PXR7lldt4btP/PExLPyo26xG9nL3VmO4=; b=UpDNfCqnYvSSpUeMh0IjmHPQ1rNoGu1ibrYb5l5tPbtglRH1LH6IkbohsLEPglwocr 3pXRpFrMEE0ZZKRXytj4Jq8gLcm0F5ndQwDYPxG5SX5Du13IF2DF7v8kof0Zly66DDEE 1gFaDCZzvV5NtqCtHVTc/5KAkJvPqxxhgcPaB+BXZr0xNv6EM2Xg55EST/WS3WjL4AYu SdDIGVl+PombVOCewGl6hQ3JGBAvNOLJsIN32jSX8WaDZLGqAG9fqfN9uVqPZxIwGdYR RURm2a6SR2deIfEfB/BjHHaUEl600Y2rrUjVYYCB0c+Lx9pnydgWR2gDjpnK0Y/xRRMz RUEg== X-Gm-Message-State: ALoCoQm5nOYxatWhG8AsCnXyrHtWoN+tYnvzyHggwG7zFA9mWr6WO2SJK9UJmqRxmQt7kFzwFkeUvUhLy02NKuKlhi3QJTKXMZgPGRgtmtjVKJK25L+OLQoenVOMExuh4tEo37fhIutp9RPUJGGCAkUi7i3MZTgCgA== MIME-Version: 1.0 X-Received: by 10.60.178.105 with SMTP id cx9mr14500502oec.16.1422945577497; Mon, 02 Feb 2015 22:39:37 -0800 (PST) Received: by 10.60.20.131 with HTTP; Mon, 2 Feb 2015 22:39:37 -0800 (PST) Received: by 10.60.20.131 with HTTP; Mon, 2 Feb 2015 22:39:37 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Feb 2015 08:39:37 +0200 Message-ID: To: Pierre Joye Cc: PHP internals list , Laruence Content-Type: multipart/alternative; boundary=089e01184812ae8dd3050e295536 Subject: Re: [PHP-DEV] Enable opcache by default in PHP7? From: lior.k@zend.com (Lior Kaplan) --089e01184812ae8dd3050e295536 Content-Type: text/plain; charset=UTF-8 On Feb 3, 2015 7:59 AM, "Pierre Joye" wrote: > > 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? Do we have any loading order between opcache and the debugging extensions (e.g. xdebug) ? If we do, it's best to keep opcache disabled for dev. Kaplan --089e01184812ae8dd3050e295536--