Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93749 invoked from network); 17 Mar 2013 07:00:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2013 07:00:30 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.215.47 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:58821] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/11-19321-D0A65415 for ; Sun, 17 Mar 2013 02:00:30 -0500 Received: by mail-la0-f47.google.com with SMTP id fj20so4984114lab.20 for ; Sun, 17 Mar 2013 00:00:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:references:from:mime-version:in-reply-to:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=hdxPl2g+Hta0eyW5sNPYaXq6hEWT308aq65Qb8J1EkU=; b=a1aU/+4zmEp7nQq1vKPSpwg4W2R71NfsZ0RJn/P1d9GZ61FbM5sAWvWjukcnZrlKrR OnmW/7xnnv+snW+mfcMj+swGSiWQ58+V1kMUPjt2S3uP00aPlN4+lKugEhCTHOIU+fdr N3aiPddpQADtPNxzwo34swI0587/aCtQ3Gr9rQUdxi0R/CTzCb27F4KQBVFoGX23eZq2 p7AQAmkJLYR8pmigao677SopfLNzO+pgOCbWpEf3L8kwhiGaL+kDLgF9Z9RT22WTpket wdI0PGipxFK8Ex/fd48bMPJXhv1u5DVeuDYyYDlyGJAvCG3R8QhFKXp9hFdVZmaUbGsD dG7g== X-Received: by 10.112.162.65 with SMTP id xy1mr4632439lbb.105.1363503624314; Sun, 17 Mar 2013 00:00:24 -0700 (PDT) References: <5143D0B7.80204@lerdorf.com> <5144120A.40206@lerdorf.com> <892035688619386381@unknownmsgid> Mime-Version: 1.0 (1.0) In-Reply-To: Date: Sun, 17 Mar 2013 09:00:21 +0200 Message-ID: <3334771767609155941@unknownmsgid> To: Dmitry Stogov Cc: Rasmus Lerdorf , PHP internals , Andi Gutmans Content-Type: multipart/alternative; boundary=089e01160dde2d7e7504d8196d91 X-Gm-Message-State: ALoCoQmGqkTN7kuY8P1TsgXfl8+iEVIdlCWZLSCOnrcZHWyYF8uSY9vlCBuitH7rVCjJwVAmYd5ufPH7vC3EBDti9N75Rr/KuxaJXjW4RKN+SdPEn0EXJSAjjzXnTjyQT877hLXG5y1u Subject: Re: Opcache tuning From: zeev@zend.com (Zeev Suraski) --089e01160dde2d7e7504d8196d91 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I missed the 'off' part... I guess it makes sense of we can do it. Sent from my mobile On 17 =D7=91=D7=9E=D7=A8=D7=A5 2013, at 08:34, Dmitry Stogov wrote: Hi Zeev, Rasmus is talking about a case when O+ is loaded but completely disable for CLI. Of course, it makes no sense to load and parse blacklist file in this case. Thanks. Dmitry. On Sun, Mar 17, 2013 at 9:58 AM, Zeev Suraski wrote: > On 16 =D7=91=D7=9E=D7=A8=D7=A5 2013, at 08:32, Rasmus Lerdorf wrote: > > > Another small tweak, I noticed that with enable_cli off it still loads > > the blacklist when sapi=3Dcli. There doesn't seem to be much point in > > that, is there? > > > > Not that I think it's a common use case, but if one happens to have a > directory with rapidly changing files (typically auto-generated > files), you may still want to exclude them when in CLI, no? > > Zeev > --089e01160dde2d7e7504d8196d91--