Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25419 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24943 invoked by uid 1010); 24 Aug 2006 14:39:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24928 invoked from network); 24 Aug 2006 14:39:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2006 14:39:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; 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 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:36763] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id 09/05-54001-11ABDE44 for ; Thu, 24 Aug 2006 10:39:15 -0400 Received: from [192.168.200.104] (c-24-6-5-134.hsd1.ca.comcast.net [24.6.5.134]) (authenticated bits=0) by lerdorf.com (8.13.7/8.13.7/Debian-1) with ESMTP id k7OEd6lE007733; Thu, 24 Aug 2006 07:39:07 -0700 Message-ID: <44EDBA0A.2010407@lerdorf.com> Date: Thu, 24 Aug 2006 07:39:06 -0700 User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Christian Schneider CC: Ilia Alshanetsky , internals@lists.php.net References: <3BACB070-8FE1-4D72-AF4F-A6A85147733B@prohost.org> <44ED7398.3090006@cschneid.com> In-Reply-To: <44ED7398.3090006@cschneid.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Problems with APC, was Re: PHP 5.2.0RC2 Released! From: rasmus@lerdorf.com (Rasmus Lerdorf) Christian Schneider wrote: > I get a segfault with PHP 5.2.0RC2 in CLI mode (Apache module seems to > work) and APC 3.0.11 (without APC it works fine). Is this a known > problem (maybe even fixed in CVS) or is it worth investigating? An opcode cache doesn't help a whole lot in CLI mode. You can turn it off in that mode with: apc.enable_cli=0 And yes, there are a couple of PHP 5.2 incompatibilities we know about still. PHP 5.2 support is coming in the next version in about a week. -Rasmus