Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25420 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36011 invoked by uid 1010); 24 Aug 2006 15:16:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35995 invoked from network); 24 Aug 2006 15:16:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2006 15:16:17 -0000 Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.141.85.117 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.141.85.117 uf1.search.ch Linux 2.4/2.6 Received: from [195.141.85.117] ([195.141.85.117:40442] helo=verksam.search.ch) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id 4B/86-54001-DB2CDE44 for ; Thu, 24 Aug 2006 11:16:16 -0400 Received: from localhost (localhost [127.0.0.1]) by verksam.search.ch (Postfix) with ESMTP id C4C471883CD; Thu, 24 Aug 2006 17:16:06 +0200 (CEST) Received: from unknown by localhost (amavisd-new, unix socket) id client-XXDSCg2T; Thu, 24 Aug 2006 17:16:05 +0200 (CEST) Received: by verksam.search.ch (Postfix, from userid 65534) id E324D3A0241; Thu, 24 Aug 2006 17:16:05 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on verksam.search.ch X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from [192.168.1.72] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by verksam.search.ch (Postfix) with ESMTP id 4AB981883CD; Thu, 24 Aug 2006 17:16:02 +0200 (CEST) Message-ID: <44EDC2AE.1030708@cschneid.com> Date: Thu, 24 Aug 2006 17:15:58 +0200 User-Agent: Thunderbird 1.5.0.5 (X11/20060725) MIME-Version: 1.0 To: Rasmus Lerdorf Cc: internals@lists.php.net References: <3BACB070-8FE1-4D72-AF4F-A6A85147733B@prohost.org> <44ED7398.3090006@cschneid.com> <44EDBA0A.2010407@lerdorf.com> In-Reply-To: <44EDBA0A.2010407@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at search.ch Subject: Re: [PHP-DEV] Problems with APC, was Re: PHP 5.2.0RC2 Released! From: cschneid@cschneid.com (Christian Schneider) Rasmus Lerdorf wrote: > 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 Doesn't help, I get the segfault anyway, probably before the setting is already considered. > 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. Ok. - Chris