From owner-freebsd-questions@FreeBSD.ORG Tue Aug 6 03:33:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1FF3EA45 for ; Tue, 6 Aug 2013 03:33:17 +0000 (UTC) (envelope-from mark@msen.com) Received: from shell.msen.com (msen.com [148.59.86.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0C362555 for ; Tue, 6 Aug 2013 03:33:16 +0000 (UTC) X-Sent-To: Received: from [192.168.2.21] (99-170-102-4.lightspeed.livnmi.sbcglobal.net [99.170.102.4]) (authenticated bits=0) by shell.msen.com (8.14.3/8.14.3) with ESMTP id r763X9OL069371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 5 Aug 2013 23:33:15 -0400 (EDT) (envelope-from mark@msen.com) Message-ID: <52006E74.9080905@msen.com> Date: Mon, 05 Aug 2013 23:33:08 -0400 From: Mark Moellering User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: php problems Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=99.170.102.4; envelope-from= Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=99.170.102.4; helo=[192.168.2.21] X-Milter: Spamilter (Reciever: shell.msen.com; Sender-ip: 99.170.102.4; Sender-helo: [192.168.2.21]; ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 03:33:17 -0000 A few years ago (2011) I set up an email system for a small internet based company. I used postfix with a mysql backend for virtual accounts. I also set up apache to test a php based webmail front-end. I set up several php scripts that would run from cron that would query a database and look for new email account requests and then do a variety of tasks to get everything set up properly. After I left, someone else made modifications to the system and things stopped working properly. A few months ago I was asked to try and get things working again. I discovered that all php scripts now generate a seg fault. I tried a simple "hello world" type program the actual code is : and the output was; testsegmentation fault The system is FreeBSD 8.2 and php 5.3 If anyone has any idea of what changes might have been made that could cause this, please let me know. My other thought was to try reinstalling / upgrading php. Thanks in advance Mark Moellering