From owner-freebsd-questions@FreeBSD.ORG Tue Sep 25 13:51:51 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 39DDD16A41A for ; Tue, 25 Sep 2007 13:51:51 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp109.sbc.mail.re2.yahoo.com (smtp109.sbc.mail.re2.yahoo.com [68.142.229.96]) by mx1.freebsd.org (Postfix) with SMTP id CA4B513C46A for ; Tue, 25 Sep 2007 13:51:50 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: (qmail 61756 invoked from network); 25 Sep 2007 13:51:50 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@71.147.41.29 with login) by smtp109.sbc.mail.re2.yahoo.com with SMTP; 25 Sep 2007 13:51:50 -0000 X-YMail-OSG: IHcFOOcVM1n3ChMvsmpXbw3BQNg31u4p32d3gngDpPT7_PeQ7S8X20UpzRG7xxLl4vOkPlU4IVEKQEmZa5iMeJog1fpACYdKvKLgQzUo9iPFYaGtsPYkg.N7tQ0xOnFvx0ZnqUoCFGGtfdH3rgEIuusbMQ-- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id A28BBB86A; Tue, 25 Sep 2007 08:51:49 -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 FoKnHNEe379k; Tue, 25 Sep 2007 08:51:48 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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 2EAE3B868; Tue, 25 Sep 2007 08:51:48 -0500 (CDT) Message-ID: <46F91273.5030106@mikestammer.com> Date: Tue, 25 Sep 2007 08:51:47 -0500 From: Eric User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Derrick References: <20070925064350.B67085@mail.vfs.com> In-Reply-To: <20070925064350.B67085@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 13:51:51 -0000 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.