Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2013 16:51:29 +0200
From:      Patrick Lamaiziere <patfbsd@davenulle.org>
To:        Mark Moellering <mark@msen.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: php problems
Message-ID:  <20130806165129.7357fc2d@davenulle.org>
In-Reply-To: <52006E74.9080905@msen.com>
References:  <52006E74.9080905@msen.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Mon, 05 Aug 2013 23:33:08 -0400,
Mark Moellering <mark@msen.com> a écrit :

> I discovered that all php scripts now generate a seg fault.
> 
> I tried a simple "hello world" type program
> the actual code is :
> <?php
> echo "test"
> ?>
> 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.

That could be a problem with the extensions order in php.ini 
(search google "php + crash + freebsd)

There is a script to fix the order, I have not tried it. 
http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh

Regards.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130806165129.7357fc2d>