From owner-freebsd-questions@FreeBSD.ORG Tue Sep 25 16:33:22 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 3C4C516A418 for ; Tue, 25 Sep 2007 16:33:20 +0000 (UTC) (envelope-from dmacpher@vfs.com) Received: from mail.multimedia.edu (mail.multimedia.edu [208.181.60.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2D413C447 for ; Tue, 25 Sep 2007 16:33:19 +0000 (UTC) (envelope-from dmacpher@vfs.com) Received: from mail.vfs.com ([208.181.60.36]) by mail.multimedia.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IaDLX-0006Fq-6O; Tue, 25 Sep 2007 09:33:15 -0700 Date: Tue, 25 Sep 2007 09:33:15 -0700 (PDT) From: Derrick To: Eric In-Reply-To: <46F91273.5030106@mikestammer.com> Message-ID: <20070925093231.E67085@mail.vfs.com> References: <20070925064350.B67085@mail.vfs.com> <46F91273.5030106@mikestammer.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 16:33:22 -0000 On Tue, 25 Sep 2007, Eric wrote: > Derrick wrote: >> 6.2 release (waiting till I can reboot the machine and will update to >> RELENG - nobody in the office yet) >> >> all ports are updated to current. >> >> php -v >> PHP 5.2.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 24 2007 18:31:21) >> Copyright (c) 1997-2007 The PHP Group >> Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies >> Segmentation fault (core dumped) >> >> I get that core dump everytime; I'm not sure where to go with this. >> >> >> Derrick MacPherson >> dmacpher@vfs.com >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > > Start playing with the order of extensions in your extensions.ini file, which > is located at /usr/local/etc/php > > thats usually what does this. so it's sessions.so I've tried rebuilding it, but still has the same issue.