From owner-freebsd-questions@FreeBSD.ORG Tue Sep 25 17:10:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECAB016A418 for ; Tue, 25 Sep 2007 17:10:50 +0000 (UTC) (envelope-from eric@mikestammer.com) Received: from smtp107.sbc.mail.mud.yahoo.com (smtp107.sbc.mail.mud.yahoo.com [68.142.198.206]) by mx1.freebsd.org (Postfix) with SMTP id 9495D13C46E for ; Tue, 25 Sep 2007 17:10:50 +0000 (UTC) (envelope-from eric@mikestammer.com) Received: (qmail 9336 invoked from network); 25 Sep 2007 16:44:10 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@71.147.41.29 with login) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 25 Sep 2007 16:44:09 -0000 X-YMail-OSG: .TcdafwVM1lfRJZPEI5F87c59MpXyiGifSykq29gaEvCQAhJ8cahQ7tjzS14lcbW96L488fEWgwe3PWPV_CzsHhgSMfEpuO8XmGAKzs37zgaosFG3KA- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 7AC15B869; Tue, 25 Sep 2007 11:44:08 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZQ7tIEGYre1g; Tue, 25 Sep 2007 11:43:44 -0500 (CDT) Received: from [192.168.0.150] (unknown [192.168.0.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTPSA id 97615B868; Tue, 25 Sep 2007 11:43:44 -0500 (CDT) Message-ID: <46F93C20.70805@mikestammer.com> Date: Tue, 25 Sep 2007 11:49:36 -0500 From: Eric User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Derrick References: <20070925064350.B67085@mail.vfs.com> <46F91273.5030106@mikestammer.com> <20070925093231.E67085@mail.vfs.com> In-Reply-To: <20070925093231.E67085@mail.vfs.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problem with PHP cli core dumping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2007 17:10:51 -0000 Derrick wrote: > > so it's sessions.so > I've tried rebuilding it, but still has the same issue. PHP 5.2.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 15 2007 12:57:59) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with eAccelerator v0.9.5.2, Copyright (c) 2004-2006 eAccelerator, by eAccelerator with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP Project heres how my file looks extension=zip.so extension=fileinfo.so extension=suhosin.so extension=pdf.so extension=bz2.so extension=ctype.so extension=pcre.so extension=simplexml.so extension=spl.so extension=dom.so extension=ftp.so extension=gd.so extension=gettext.so extension=iconv.so extension=imap.so extension=ldap.so extension=mbstring.so extension=mcrypt.so extension=mhash.so extension=mysql.so extension=openssl.so extension=session.so extension=pspell.so extension=sockets.so extension=xml.so extension=zlib.so extension=pdo.so extension=sqlite.so