Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25436 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82506 invoked by uid 1010); 28 Aug 2006 18:00:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82490 invoked from network); 28 Aug 2006 18:00:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2006 18:00:37 -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.48 as permitted sender) X-PHP-List-Original-Sender: jared.williams1@ntlworld.com X-Host-Fingerprint: 81.103.221.48 mtaout02-winn.ispmail.ntl.com Solaris 8 (1) Received: from [81.103.221.48] ([81.103.221.48:14251] helo=mtaout02-winn.ispmail.ntl.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id C8/BF-48682-24F23F44 for ; Mon, 28 Aug 2006 14:00:36 -0400 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20060828180031.OYQR27023.mtaout02-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com>; Mon, 28 Aug 2006 19:00:31 +0100 Received: from win2ks ([82.3.16.111]) by aamtaout04-winn.ispmail.ntl.com with ESMTP id <20060828180031.TNFI15733.aamtaout04-winn.ispmail.ntl.com@win2ks>; Mon, 28 Aug 2006 19:00:31 +0100 Reply-To: To: "'Sara Golemon'" , , , Date: Mon, 28 Aug 2006 19:00:56 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcbKDWoYpsu9TmhETCmnPZwIxxrJgAAvdjwg In-Reply-To: <44F1EF98.50601@php.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Message-ID: <20060828180031.TNFI15733.aamtaout04-winn.ispmail.ntl.com@win2ks> Subject: RE: [PHP-DEV] Problems with APC From: jared.williams1@ntlworld.com ("Jared Williams") References: <44F1EF98.50601@php.net> > -----Original Message----- > From: Sara Golemon [mailto:pollita@php.net] > Sent: 27 August 2006 20:17 > To: internals@lists.php.net; cschneid@cschneid.com; rasmus@lerdorf.com > Subject: [PHP-DEV] Problems with APC > > > 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? > > > Yes, it's a known problem. > > http://blog.libssh2.org/index.php?/archives/20-Doctor!-Doctor! > -It-hurts-when-I-do-this!.html > > But it's an EXTREMELY edge case one. (Only happens with ZTS > enabled, in > CLI mode, with enable_cli *not* turned on). > > I came across this some time ago when mixing Runkit_Sandbox with APC, > just turn on enable_cli. It won't materially impact your > command line > experience. PHP 5.1.6 & APC 3.0.11-dev crashes on shutdown irrespective of apc.enable_cli. Jared apc APC Support => enabled Version => 3.0.11-dev MMAP Support => Disabled Revision => $Revision: 3.90 $ Build Date => May 4 2006 00:20:07 Directive => Local Value => Master Value apc.cache_by_default => On => On apc.enable_cli => On => On apc.enabled => On => On apc.file_update_protection => 2 => 2 apc.filters => no value => no value apc.gc_ttl => 3600 => 3600 apc.max_file_size => 1M => 1M apc.num_files_hint => 1000 => 1000 apc.optimization => Off => Off apc.shm_segments => 1 => 1 apc.shm_size => 30 => 30 apc.slam_defense => Off => Off apc.stat => On => On apc.ttl => 0 => 0 apc.user_entries_hint => 100 => 100 apc.user_ttl => 0 => 0