From owner-freebsd-questions@FreeBSD.ORG Sat Feb 23 16:58:22 2008 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 0966E16A401 for ; Sat, 23 Feb 2008 16:58:22 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrie.com (demon.dce.harvard.edu [140.247.198.85]) by mx1.freebsd.org (Postfix) with ESMTP id CE39113C448 for ; Sat, 23 Feb 2008 16:58:21 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrest-aldrichs-macbook-pro.local (host243.72.248.152.conversent.net [72.248.152.243]) (authenticated bits=0) by forrie.com (8.14.2/8.13.8) with ESMTP id m1NGwEef024904 for ; Sat, 23 Feb 2008 11:58:20 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <47C050A6.3040801@forrie.com> Date: Sat, 23 Feb 2008 11:58:14 -0500 From: Forrest Aldrich User-Agent: Thunderbird 2.0.0.13pre (Macintosh/20080222) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/5947/Sat Feb 23 10:40:48 2008 on mail.forrie.com X-Virus-Status: Clean Subject: Apache-2.0+PHP5 does not like MySQL-5.x ... 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: Sat, 23 Feb 2008 16:58:22 -0000 After a long process of figuring out what went wrong, httpd was using a ton of resources when it received a HUP signal (log rotation at midnight). Subsequently, php -v was dumping core.... things pointed to mysqli.so. Long story short, I downgraded to mysql-4.10, recompiled php5 and dependencies and walla, no more problems. Though I didn't specifically figure out the problem, I'm pretty sure it's MySQL related as that was the only thing that was changed on this system (apart from recompiling dependencies to support the new API). I wonder if someone has run across this and if so, have you found a bug or a solution. Thanks.