Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74257 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2021 invoked from network); 16 May 2014 08:59:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2014 08:59:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.44 mail-qg0-f44.google.com Received: from [209.85.192.44] ([209.85.192.44:52244] helo=mail-qg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/87-58167-783D5735 for ; Fri, 16 May 2014 04:59:51 -0400 Received: by mail-qg0-f44.google.com with SMTP id i50so3652580qgf.17 for ; Fri, 16 May 2014 01:59:48 -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=t2ZbmQZu1lBC9bi7u/95rWTVrjrj+y0p6f43NMxOXDI=; b=iUFPAYhor5SeQyDMRA8D8DS08XwG58CTQ5xxy8ynN+CrgEdnrW26c866y6huDNdrR3 Ha/bXCckpEStgD/X+2KVFwxt2xkMHXc8zqFGZk7GEpeRVkkEHE5W+miuftIeDnzc+qsU iuAOFuLyCTE5Mb1z94l0L+6q1IafD0tC/6DVJPGjnqN5E36xyrU0OTs5BGN6yenOhRAw Aq9khd389ysYhawkBDt9i/p7/B5a0GGgsGoqM/Hu3IK5RLqyX8wY+awmbaCbO+g5IsxG ogo3PLMwf4ddIGyxv0YbZHEljobJ5MqwA/9zX/2QujUrcayconMJkM9CAlPqSDCqdKot Ve8A== MIME-Version: 1.0 X-Received: by 10.229.79.2 with SMTP id n2mr23236424qck.11.1400230788615; Fri, 16 May 2014 01:59:48 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Fri, 16 May 2014 01:59:48 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 May 2014 10:59:48 +0200 Message-ID: To: Nicolai Scheer Cc: Matt Ficken , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] opcache not working on windows From: pierre.php@gmail.com (Pierre Joye) 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. Cheers, -- Pierre @pierrejoye | http://www.libgd.org