You dont need to convert the .html to .php if you insert no php scripts inside those files. As far as I concern, this will increase the time needed to process user request since the server will try to parse php code in html file before sending it.
If you wish to insert php scripts, then just change the extension of the file where php scripts will be inserted. 🙂