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

Reply via email to