From owner-freebsd-ports@FreeBSD.ORG Fri Sep 30 00:14:05 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20F9C1065670 for ; Fri, 30 Sep 2011 00:14:05 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from svr06-mx.btshosting.co.uk (mx-2.btshosting.co.uk [178.63.196.248]) by mx1.freebsd.org (Postfix) with ESMTP id D160A8FC16 for ; Fri, 30 Sep 2011 00:14:04 +0000 (UTC) Received: from [192.168.1.65] (027ecfc6.bb.sky.com [2.126.207.198]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by svr06-mx.btshosting.co.uk (Postfix) with ESMTPSA id 533C551903 for ; Fri, 30 Sep 2011 00:58:09 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beardz.net; s=default; t=1317340689; bh=Xk5JW4kBX0kdJWrjs+dz8Y58gNlTUkrG6E0hi8Svx84=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=EJUS4rP58FwL2NIJqfQNQfQXqagVUMumJKARuGSu7gf+51t+LvBv8W6BJ5UJyOSQN 6VsqHo7I3xmw3tEM73mHtHGB1ABnKyaaQNVw4ivetG4t18hEpUYEzqF5K+jmC328YJ gCxLjODo0D5ejuC3Ao6qg0bJ5/0CVlpC6VdlUBmg= Message-ID: <4E85060C.5080401@beardz.net> Date: Fri, 30 Sep 2011 00:58:04 +0100 From: Jase Thew User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0) Gecko/20110922 Thunderbird/7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E84AAF6.4040902@elasticmind.net> In-Reply-To: <4E84AAF6.4040902@elasticmind.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: PHP segmentation faults 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 Sep 2011 00:14:05 -0000 On 29/09/2011 18:29, Moggie wrote: > Hi, > > Unfortunately, for some time now, PHP scripts have been producing > segmentation faults when executed on one of our systems :( > > Various posts found via google suggested reinstalling all the PHP ports > and/or using a script to re-order the PHP extension modules, but all so > far without success. Can you provide a copy of your /usr/local/etc/php/extensions.ini. Also, what version of PHP are you referring to? Regards, Jase.