Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82199 invoked from network); 30 Oct 2014 17:10:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2014 17:10:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=fail; sender-id=fail Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=fail Received-SPF: fail (pb1.pair.com: domain lerdorf.com does not designate 209.85.192.45 as permitted sender) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.192.45 mail-qg0-f45.google.com Received: from [209.85.192.45] ([209.85.192.45:35211] helo=mail-qg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/59-33916-E1172545 for ; Thu, 30 Oct 2014 12:10:55 -0500 Received: by mail-qg0-f45.google.com with SMTP id z107so4265549qgd.4 for ; Thu, 30 Oct 2014 10:10:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=ddBdITL5CzoOZqpHg6neGS7+TmYEmXVBk5y7mUUa8hg=; b=Q8Q9Cs7R5n9ApLNAj6nY3zfXhOGZYr/cJeP+1kQVcE5dZw68cen4lpexFFb6TSuHTs lt1sWKuMsMstbBQO/RiAc15+7h83ucZCTIMaWc2GTPj45939uhAcpa36Cqy3LZmWgRJY mVAI6BUNdFzXlKsZ4Jf76Ew6I/Joxh28DK+VC6hAxLSDA/gKzAqkIO393006Ry7Jw8zq 6dcFRwpGE0Y6OG+iJ0YTs8JqHz6ay0mECj/U+eQq9tXrEfnQe2ZJtnTE629LdIm1OvZa 36GiQeWpHKDIe1JzD+TN1ezohVX9N5ZeAxQDUpiPBmJ4NXCQqWQe4EjTNU3mWLXybhkv ocgA== X-Gm-Message-State: ALoCoQnHhZ0H6nz80fUf+K/cHJ8xJJmzwz/G9FlcgIGRyBzyvBm5iytjJk+T+Peb03UBSd6cVheA X-Received: by 10.224.126.195 with SMTP id d3mr28142898qas.53.1414689049276; Thu, 30 Oct 2014 10:10:49 -0700 (PDT) Received: from [192.168.200.14] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPSA id c104sm6405748qgd.30.2014.10.30.10.10.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Oct 2014 10:10:48 -0700 (PDT) Message-ID: <54527117.6000402@lerdorf.com> Date: Thu, 30 Oct 2014 10:10:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Dmitry Stogov CC: PHP internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: opcache.revalidate_freq is PHP_INI_ALL? From: rasmus@lerdorf.com (Rasmus Lerdorf) https://github.com/php/php-src/blob/master/ext/opcache/zend_accelerator_module.c#L259 That looks suspicious to me and in simple testing doesn't appear to be the case. I mean, you can set it per-dir, but it doesn't make any difference at that point. Dmitry, could you go through the list of opcache directives in zend_accelerator_module.c and make sure the directives that are really only settable globally are marked as PHP_INI_SYSTEM? -Rasmus