From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 19:28: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 D8AE016A46C for ; Wed, 12 Sep 2007 19:28:50 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp114.sbc.mail.mud.yahoo.com (smtp114.sbc.mail.mud.yahoo.com [68.142.198.213]) by mx1.freebsd.org (Postfix) with SMTP id 8B7FA13C442 for ; Wed, 12 Sep 2007 19:28:50 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: (qmail 52554 invoked from network); 12 Sep 2007 19:28:49 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.132.207 with login) by smtp114.sbc.mail.mud.yahoo.com with SMTP; 12 Sep 2007 19:28:49 -0000 X-YMail-OSG: dxDpPY4VM1maNnrWAzOF4xPY1U42Eq899Z3Z8lZlC7Edwqh0QxTAVxsZ4ZesoVCpfbDlyWxjmw-- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 9CD18B84A; Wed, 12 Sep 2007 14:28:48 -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 Q-Iydu7jbT92; Wed, 12 Sep 2007 14:28:47 -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 E827BB80B; Wed, 12 Sep 2007 14:28:46 -0500 (CDT) Message-ID: <46E83DED.6040902@mikestammer.com> Date: Wed, 12 Sep 2007 14:28:45 -0500 From: Eric User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Mel References: <20070911234241.B2CAF16A4AC@hub.freebsd.org> <94136a2c0709120023r3d6d6ea4s41356861e9f6563e@mail.gmail.com> <200709122125.13974.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200709122125.13974.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Zbigniew Szalbot , freebsd-questions@freebsd.org Subject: Re: php5-5.2.3_1 / website behaves as if not enabled in httpd.conf 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: Wed, 12 Sep 2007 19:28:50 -0000 Mel wrote: > On Wednesday 12 September 2007 09:23:19 Zbigniew Szalbot wrote: >> Hi there again, >> > > Change the order of the extensions in extensions.ini. Each upgrade the order > is magically different, but the following comments I've assembled over time: > $ grep '^;' /usr/local/etc/php/extensions.ini > ; NOTE: spl makes php coredump if loaded after pspell > ; NOTE 2: simplexml makes php coredump if loaded after pspell > > Yes, pspell is the common factor, but it isn't always. I should've kept track, > but the binding factor seems to be php extensions using a C++-written > library. > Once I see the coredump, I start moving the last extension up and re-run > php -v. If it's all the way up, take the next extension on the bottom and > rince and repeat. > > i see the same behavior if session module is loaded after other modules. Moving things around fixes this. I use the php -v trick as well until the core dump goes away