[top-posting since everybody else did...] Call me silly, but, really, why is it so tricky in Apache/PHP that you can't somehow convince that LoadModule/AddModule thingie to use 'php51' or 'whatever-i-want' for different versions, so that then you can just use different mime types for all the versions you want?
It's just an identifier string, really, isn't it?... Could it be something one could specify at compile-time and then it would carry through? cd ../php5.1/ ./configure --apache-mime-type php51 ... cd ../php5.2/ ./configure --apache-mime-type php52 ... LoadModule php51.so LoadModule php52.so . . . I seem to recall that there was some kind of problem with the naming of C functions within the .so files conflicting with versions? So I guess maybe that's the real problem? But surely there are conflicts between all the Apache modules and there is already a conflict-resolution process, no?... Am I just being dense? On Mon, July 17, 2006 3:25 pm, Ron Korving wrote: > That would be the wet dream of any web hoster (including myself). > > - Ron > > > ""Matthew C. Kavanagh"" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Assuming it's possible, I would set which PHP version to associate >> with >> .php on a .htaccess or vhost basis. >> >> On Mon, 2006-07-17 at 13:52 +0200, Ron Korving wrote: >> > What kind of extensions would you suggest people use? >> > >> > index.php51 ? >> > >> > - Ron > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Like Music? http://l-i-e.com/artists.htm -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php