From owner-freebsd-ports@FreeBSD.ORG Fri Jun 30 01:51:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD32B16A412 for ; Fri, 30 Jun 2006 01:51:12 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from H43.C18.B96.tor.eicat.ca (H43.C18.B96.tor.eicat.ca [66.96.18.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B8A43D48 for ; Fri, 30 Jun 2006 01:51:12 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from [172.16.0.200] (desktop.home.local [172.16.0.200]) by H43.C18.B96.tor.eicat.ca (Postfix) with ESMTP id D54A61151D; Thu, 29 Jun 2006 21:50:58 -0400 (EDT) Message-ID: <44A4839F.9060607@rogers.com> Date: Thu, 29 Jun 2006 21:51:27 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Rob Szarka References: <7.0.1.0.0.20060629211947.04d85b80@szarka.org> In-Reply-To: <7.0.1.0.0.20060629211947.04d85b80@szarka.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SpamToaster-Information: This messages has been scanned by SpamToaster http://www.digitalprogression.ca X-SpamToaster: Found to be clean X-SpamToaster-SpamCheck: not spam, SpamAssassin (not cached, score=-2.491, required 3.5, ALL_TRUSTED -1.80, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, DNS_FROM_RFC_POST 1.71) X-SpamToaster-From: mikej@rogers.com X-Spam-Status: No Cc: freebsd-ports@freebsd.org Subject: Re: PHP 5.1.4 w/ mysqli dumps core X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 01:51:12 -0000 Rob Szarka wrote: > > I'm seeing something similar to what was reported in this earlier post: > > http://lists.freebsd.org/pipermail/freebsd-ports/2006-June/032895.html > > The CLI version of PHP dumps core when run with the mysqli extension > enabled. Similarly, Apache crashes when being restarted with PHP and > the mysqli extension (not loading the PHP modile or not enabling > mysqli fixes the problem). Haven't tested the CGI version. > > Here are the relevant versions in my installation: > > PHP 5.1.4 > php5-mysqli-5.1.4 > FreeBSD 6.0-RELEASE #0 > Apache 2.2 > > Is this a known issue? (And, if so, is there a known fix?) I'm pretty > new to using the ports collection (vs. doing the tarball thing), so > I'm not sure if there's some place in particular I should be looking > for and/or making a bug report on this issue, outside of the more > general PHP bug database. And what version of MySQL do you have installed? I have the exact as above, plus FreeBSD 6.1 and MySQL 5.0.22 running just fine on several production machines.