How to associate a non php file to run as php

I want to use a nonphp file as php,
for eg. index.asp
so how can i compile the file index.asp with php codes in it

I remember seeing this somewhere but now i am not able to find it in the forum .

It’s not possible. ExeOutput will treat files as PHP only if they have .php extensions.

Can this be made a feature. So we can specify the extension we are using through some configuration parameters.

For some reasons this could add value to the developers

Sure, I’ll add this suggestion to the TODO list.