Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37849 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85406 invoked from network); 24 May 2008 09:53:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2008 09:53:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.174 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 66.249.92.174 ug-out-1314.google.com Received: from [66.249.92.174] ([66.249.92.174:46462] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/A1-06324-385E7384 for ; Sat, 24 May 2008 05:53:08 -0400 Received: by ug-out-1314.google.com with SMTP id h3so31268ugf.29 for ; Sat, 24 May 2008 02:53:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=KSdyYSCmYyL5TEAY02iNkCOL5MkJqkTOTEBz+FrM0S4=; b=I/vbXMvxajCulfhMreHJpGVSno6k8ukVWVWodZNHsKBUq8CqHBd5r+497xwCTiSt+rQNILQPEfJQxyYFG7TCJTGVVUlzSG4oeUXvBs0Km+p0812RGpkY8Tj0qW7TGmKG0s4V17aLW/YGef4gDQCJ4XVFG0SzXRv1JZaoj8rLE6A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Qre2GzEAaWgx7/duCYlc9+jAnqxwN5Fp7jEKrH3mc3XntVwfuYqbPoT2FezhDIC3XA0Q3tNw7LhmjtAcq/jzEHIcSj1vJ7rk7X4j0bpBd4EW0C+fpczKU5/O6dGRyBBHnlloTFCa3OYG+qkQdwpzNQgH0jA2jNTnr2XE4jTQBP8= Received: by 10.67.105.19 with SMTP id h19mr573388ugm.64.1211622783278; Sat, 24 May 2008 02:53:03 -0700 (PDT) Received: by 10.66.219.9 with HTTP; Sat, 24 May 2008 02:53:02 -0700 (PDT) Message-ID: <9b3df6a50805240253o11da21e2k851d4363b59dbf7b@mail.gmail.com> Date: Sat, 24 May 2008 12:53:02 +0300 To: "Edward Z. Yang" Cc: internals@lists.php.net In-Reply-To: <6F.D2.03677.29917384@pb1.pair.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_405_32392134.1211622783265" References: <6F.D2.03677.29917384@pb1.pair.com> Subject: Re: [PHP-DEV] APC doesn't work on Windows? From: arvids.godjuks@gmail.com ("Arvids Godjuks") ------=_Part_405_32392134.1211622783265 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Use XCache instead - it's simple, fast and stable. APC is far more complex and unstable (is't like code for code) 2008/5/23 Edward Z. Yang : > 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? > -- > Edward Z. Yang GnuPG: 0x869C48DA > HTML Purifier Anti-XSS Filter > [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]] > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > ------=_Part_405_32392134.1211622783265--