Matt Sergeant wrote:
> I'm in httpd_config.c in Apache's core. It's looping through the
possible
> handlers looking for something to handle this request, where the
> content-type is "text/html". It finds PHP's php_xbithack_handler(), which
> matches "text/html". The trace above starts from there with a print to
> show which handler is getting called.
I worked on this a few months ago and found that it was dieing for me
when mod_perl went to go do a scan of the modules configs. For some
reason having both mod_perl and PHP compiled together corrupted the
array_list. An even odder thing was that it only failed if both
has been compiled as DSO.
-Brian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]