Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74255 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99152 invoked from network); 16 May 2014 08:45:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2014 08:45:05 -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.213.49 as permitted sender) X-PHP-List-Original-Sender: nicolai.scheer@gmail.com X-Host-Fingerprint: 209.85.213.49 mail-yh0-f49.google.com Received: from [209.85.213.49] ([209.85.213.49:64405] helo=mail-yh0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/F6-58167-F00D5735 for ; Fri, 16 May 2014 04:45:05 -0400 Received: by mail-yh0-f49.google.com with SMTP id c41so4091028yho.8 for ; Fri, 16 May 2014 01:45:01 -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=ncCySF4YLhW4Ucu4UhX25+ux/e3nAlUVjBh0V/c8V38=; b=f3it449RH4qbnLvuGFh0J4+b2DvwaHlyaQQDYsZVSFqGe7GL7k1oXBVubm4S7/atVR 75C8tYgD36vRpSpdIJ4Jt3YFIyTeoCuCcnhxTSXipmPdv2ZxtJnqYpRqvl7QyLpd+2f7 c6tAczSaPyXOoixpRmJ06/MaxNetEbzYmPhu+Uf/HzW376tsz//5d9BRp8IA9sXKmdgA E/Ui4QP4OOw4kqrHgbdn6rxNIOljiQ3DaryxK+jXd/q7KXSFXjSGzjTnGBX3muHHnKRy 8XsuYASz0ARWZ5hKYnVlQdJuG99gNqGLnbvzuX5HNcPkJFxyt/O5HR/q76jQ2er24Adc FFnQ== MIME-Version: 1.0 X-Received: by 10.236.134.140 with SMTP id s12mr12223676yhi.138.1400229901523; Fri, 16 May 2014 01:45:01 -0700 (PDT) Received: by 10.170.88.215 with HTTP; Fri, 16 May 2014 01:45:01 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 May 2014 10:45:01 +0200 Message-ID: To: Matt Ficken Cc: PHP Internals Content-Type: multipart/alternative; boundary=20cf303a36dde25ed504f9806d06 Subject: Re: [PHP-DEV] opcache not working on windows From: nicolai.scheer@gmail.com (Nicolai Scheer) --20cf303a36dde25ed504f9806d06 Content-Type: text/plain; charset=UTF-8 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... Thanks and greetings Nico --20cf303a36dde25ed504f9806d06--