I'm running IIS 6.0.
Is it possible to set the interpreter path (somewhat like the PHP shebang line) in a PHP File rather in the config-file?
Example: Let's say I have two version installed (PHP4 and PHP5) the default is set to PHP4. Can I set the files individually to use another interpreter (in that case PHP5) than the default one?