Le Mon, 05 Aug 2013 23:33:08 -0400,
Mark Moellering <[email protected]> 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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to