it think you can't because you run the program on your computer as a server (localhost). php.exe will always be called because it will execute *.php (php files).
if you want to eliminate that, you should put your php files in other server. please correct me if i were wrong.