php problems

Patrick Lamaiziere patfbsd at davenulle.org
Tue Aug 6 14:51:43 UTC 2013


Le Mon, 05 Aug 2013 23:33:08 -0400,
Mark Moellering <mark at 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.


More information about the freebsd-questions mailing list