On Fri, May 19, 2006 6:41 pm, John Hicks wrote:
> It looks like 'application/x-httpd-php' is the default type for php4.
> Does php5 have a different type? Is there a way to explicitly assign a
> new type to a module?

It don't really matter what type it is if the functions within the two
binaries are going to trample all over each other's data and
function-name-space...

If they don't co-exist, re-naming one of the application types doesn't
matter...

As soon as the Apache child process has both 4 & 5 loaded, it's gonna
blow up.

This is just going on MY assumption of why this is a "hard" problem to
solve in the first place.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to