From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 21:24:09 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 B145116A419 for ; Wed, 12 Sep 2007 21:24:09 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 79E5F13C457 for ; Wed, 12 Sep 2007 21:24:09 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id AAAFB1CCE3 for ; Wed, 12 Sep 2007 13:24:08 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 12 Sep 2007 23:24:06 +0200 User-Agent: KMail/1.9.7 References: <20070911234241.B2CAF16A4AC@hub.freebsd.org> <200709122125.13974.fbsd.questions@rachie.is-a-geek.net> <46E83DED.6040902@mikestammer.com> In-Reply-To: <46E83DED.6040902@mikestammer.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709122324.07372.fbsd.questions@rachie.is-a-geek.net> 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 21:24:09 -0000 On Wednesday 12 September 2007 21:28:45 Eric wrote: > 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 Correct, it started with session in 5.1.x, only on -cli, so I moved it from extensions.ini to etc/php.ini and *not* in etc/php-cli.ini (cli doesn't need sessions 99.9% of the time anyway). Later another module was the cause, so I started looking into it more. -- Mel