Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74262 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28038 invoked from network); 16 May 2014 13:58:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2014 13:58:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=nicolai.scheer@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nicolai.scheer@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: nicolai.scheer@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-yk0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:50365] helo=mail-yk0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/DA-58167-76916735 for ; Fri, 16 May 2014 09:58:00 -0400 Received: by mail-yk0-f170.google.com with SMTP id 10so2151077ykt.15 for ; Fri, 16 May 2014 06:57:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=w3KzwH03Y6M11jxtO0mlueDPj5fba5fjCdWch/GtVXI=; b=nU66yt8qLCIZfKb652TdlXU3BWnW4UZibWJIGRpwrW1W+9NkjjLqPh1zlKZlh9y27c xMHzUHjLp4TSMNR+KGLDD2tT0AARFfDrgzXpzFTO+5BXMin3sOO5a8ZuZklpP4Ek+Eko rmcKZpP+I0bIBPc5Vf8Ukx6eQ7cWeZGNrytVs4VW/rDwkr8Vp+e15X0UR3cOn9TIEnt2 BSUMUccJBy/Qv5RWwcKz+E4bMXwafgWdNTq6HYi15aVu2Wy+eybgCmLLbM1kbfx12hR4 E6Ib4mcPPYiZoPLRY9lA2yYoi+TN8JkvXmD0Huz1xhmsY4EM2eeGx9iNYctTIOzKRqSY 1leg== MIME-Version: 1.0 X-Received: by 10.236.127.207 with SMTP id d55mr26502614yhi.76.1400248676075; Fri, 16 May 2014 06:57:56 -0700 (PDT) Received: by 10.170.88.215 with HTTP; Fri, 16 May 2014 06:57:56 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 May 2014 15:57:56 +0200 Message-ID: To: Pierre Joye Cc: Matt Ficken , PHP Internals Content-Type: multipart/alternative; boundary=20cf3011dfcdef4cb604f984cc62 Subject: Re: [PHP-DEV] opcache not working on windows From: nicolai.scheer@gmail.com (Nicolai Scheer) --20cf3011dfcdef4cb604f984cc62 Content-Type: text/plain; charset=UTF-8 Hi Pierre, On 16 May 2014 10:59, Pierre Joye wrote: > On Fri, May 16, 2014 at 10:45 AM, Nicolai Scheer > wrote: > > Hi again, > > > > On 16 May 2014 10:01, Nicolai Scheer wrote: > > > >> Hi again, > >> > >> seems that I've narrowed it down a bit. > >> Since fastcgi should just run php-cgi.exe I tried to run php-cgi.exe > >> myself from the command line. > >> > >> So I fetched myself the phpinfo stuff in two ways: > >> > >> php.exe -i > cli.txt > >> php-cgi.exe -i > cgi.htm > >> > >> Both files report the opcache as "Up and running". Since apache runs as > >> local system account it might have something to do with not being able > to > >> create the shared memory realm? But usually the local system account is > as > >> powerful as it gets... I'll try to run it as a different user... > >> > >> > >> Greetings > >> > >> Nico > >> > > > > opcache runs fine when apache service is started as a local admin user. > It > > does not work when running as local system account. > > > > Still no idea why there is a difference... Any suggestions appreciated... > > It tells me that your local user does not have the permission to > create the necessary mapped file. > Well, it works with a local admin user. It does not work when running the service as local system account (i.e. local system account selected for "log on as"). I don't see why the local system account (which usually can do just anything) should not be able to create the mapped file... Greetings Nico --20cf3011dfcdef4cb604f984cc62--