Long ago I had seen a class file that could convert a php function call and make it an executable. Unlike the traditional php.exe available in hte distribution....we can make a seperate exe for each script we write and use it as a ISAP module, THe purpose of the exe is to do only a certain type of function call, instead of loading the php.exe every time the page of mopdule is called...can any one help. The idea is to convert a php script and make an executable out of it with the php runtime compiler.....