Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16375 invoked from network); 23 May 2008 23:31:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2008 23:31:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=jared.williams1@ntlworld.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jared.williams1@ntlworld.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ntlworld.com designates 81.103.221.47 as permitted sender) X-PHP-List-Original-Sender: jared.williams1@ntlworld.com X-Host-Fingerprint: 81.103.221.47 mtaout01-winn.ispmail.ntl.com Solaris 10 (beta) Received: from [81.103.221.47] ([81.103.221.47:49784] helo=mtaout01-winn.ispmail.ntl.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/20-14404-4D357384 for ; Fri, 23 May 2008 19:31:39 -0400 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20080523233518.DHAB14647.mtaout01-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com>; Sat, 24 May 2008 00:35:18 +0100 Received: from p2 ([82.3.16.111]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20080523233416.FLXJ17393.aamtaout02-winn.ispmail.ntl.com@p2>; Sat, 24 May 2008 00:34:16 +0100 To: "'Edward Z. Yang'" , Date: Sat, 24 May 2008 00:32:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <6F.D2.03677.29917384@pb1.pair.com> Thread-Index: Aci9CyVpAVIMalNgTlmhqO//NYvalQAIEwsg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4133 Message-ID: <20080523233416.FLXJ17393.aamtaout02-winn.ispmail.ntl.com@p2> Subject: RE: [PHP-DEV] APC doesn't work on Windows? From: jared.williams1@ntlworld.com ("Jared Williams") References: <6F.D2.03677.29917384@pb1.pair.com> > -----Original Message----- > From: Edward Z. Yang [mailto:edwardzyang@thewritingpot.com] > Sent: 23 May 2008 20:23 > To: internals@lists.php.net > Subject: [PHP-DEV] APC doesn't work on Windows? > > I don't really care either way, but if it's a well known > fact, might as well stop trying. Does APC work on Windows? I > recently submitted a patch to fix the snaps.php.net > compilation of APC, but for any non-trivial script > (interestingly enough, apc.php and and phpinfo() work fine), > APC segfaults or otherwise fatally errors. Some errors I've > seen include: > > [apc-error] Cannot redeclare class simpletest, referer: > http://localhost/ > > on code that works perfectly without APC. I've scanned the > bug list and there are quite a few reports of APC not working > on Windows--so, is this generally known to be the case? > -- I'm running php 5.2.5 NTS with APC 3.1.0-dev. It works, but not without some issues, like occasionally get a FastCGI process crashing which I suspect is APC. More worringly, have a tiny application which consistantly executes the wrong page, when APC is enabled. The index.php opens a frameset, with the left frame requesting browser.php, but instead the output of index.php is sent. Disable APC and the problem goes away. Haven't been enable to write a failing test case to report it. Jared