Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37846 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35516 invoked from network); 24 May 2008 02:17:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2008 02:17:19 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:59169] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/F0-28631-EAA77384 for ; Fri, 23 May 2008 22:17:19 -0400 Received: from [192.168.200.148] (c-24-6-219-206.hsd1.ca.comcast.net [24.6.219.206]) (authenticated bits=0) by mail.lerdorf.com (8.14.3/8.14.3/Debian-4) with ESMTP id m4O2HFfx020343; Fri, 23 May 2008 19:17:16 -0700 Message-ID: <48377AAB.5090000@lerdorf.com> Date: Fri, 23 May 2008 19:17:15 -0700 User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: "Edward Z. Yang" CC: internals@lists.php.net References: <6F.D2.03677.29917384@pb1.pair.com> In-Reply-To: <6F.D2.03677.29917384@pb1.pair.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.lerdorf.com [204.11.219.139]); Fri, 23 May 2008 19:17:16 -0700 (PDT) Subject: Re: [PHP-DEV] APC doesn't work on Windows? From: rasmus@lerdorf.com (Rasmus Lerdorf) Edward Z. Yang wrote: > 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? We don't have any active developers contributing to APC on Windows at the moment. We try to not do stuff that will break Windows, but beyond that we rely on people interested in that platform to step up and help out. -Rasmus