Chris H. wrote:
[snip]
While it
didn't fix my seeming php5 module number limitation. I was able, after
trial and error, to discover that the recode module was the module
causing Apache to dump core. Simply removing it from the list cured
it. :) Further investigation reveals that there are some issues with
with recode versions greater than 3.5. PHP recommends using 3.5. But,
as I already use iconv, and mbstring, using recode is kind of overkill
anyway. So forget it. :)
[snip]
I've had my fair share of trouble regarding PHP4 and PHP5 crashing Apache
with certain extensions, as documented here:
http://www.pingle.org/2006/10/18/php-crashes-extensions/
Here:
http://www.pingle.org/2007/05/13/php-crashes-extensions-2/
and here:
http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround/
It happens with PHP4, PHP5, Apache 1.x and Apache 2.x.
My workaround is a hackish script that reorders the problematic extensions
to the end of extension.ini, and in a specific order. It Works For Me, but
YMMV. I'm glad you were able to get around the problem by simply disabling
an extension, but some of us aren't so lucky :)
Jim
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"